We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee11b6c commit 43886aaCopy full SHA for 43886aa
packages/service-library/src/servicelib/docker_utils.py
@@ -260,6 +260,10 @@ async def pull_image(
260
):
261
# each time there is an error progress start from zero again
262
progress_bar.reset_progress()
263
+ _logger.info(
264
+ "Attemping for the count='%s' time to pull the image",
265
+ attempt.retry_state.attempt_number,
266
+ )
267
268
with attempt:
269
reported_progress = 0.0
0 commit comments