You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log in their docker account via cli with: docker login (when possible)
Download the fmalmeida/bacannot:main_tools image before downloading the versioned tag.
The first connection improves the stability of your connection to dockerhub and increases the number of possible pulls. And the second first downloads the core of the versioned image. When this is done, you "split" the download in two jobs which you make each download smaller and may avoid the ending of connection with "unauthorized: authentication required".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes when pulling the main versioned docker image of the pipeline,
fmalmeida/bacannot:v2.3
for example, the download may hang, for example:When that happens, we recommend that users:
docker login
(when possible)fmalmeida/bacannot:main_tools
image before downloading the versioned tag.The first connection improves the stability of your connection to dockerhub and increases the number of possible pulls. And the second first downloads the core of the versioned image. When this is done, you "split" the download in two jobs which you make each download smaller and may avoid the ending of connection with "unauthorized: authentication required".
Felipe.
Beta Was this translation helpful? Give feedback.
All reactions