]> git.arvados.org - arvados.git/commit
22771: Check for errors in ImageLoad response.
authorTom Clegg <tom@curii.com>
Mon, 28 Apr 2025 15:24:21 +0000 (11:24 -0400)
committerTom Clegg <tom@curii.com>
Tue, 29 Apr 2025 14:00:35 +0000 (10:00 -0400)
commitdad47c07276cc39b9ac39fe13564f546aeab987c
treeaaf48ebd3437cab1d020b6b6e687fa4d56a402ab
parentfff60ce0dc3457583a1df2faf617b0fa83140476
22771: Check for errors in ImageLoad response.

Also fix repetitive log messages.

before: "While loading container image: While loading container image
into Docker: {actual error}"

after: "failed to load container image: ImageLoad failed: {actual
error}"

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/crunchrun/crunchrun.go
lib/crunchrun/docker.go