Project

General

Profile

Bug #19281

Updated by Peter Amstutz almost 2 years ago

The diagnostics run a test container to verify that crunch is working.    However, it assumes that arvados/jobs:latest has been loaded.    Our install process doesn't do that, because arvados-cwl-runner is responsible for loading the image that corresponds to the exact version of a-c-r being used, on demand. 

 The diagnostics should either be able to load the arvados/jobs image, be able to pull and load some other image (maybe an alpine image, served from jutro), or give instructions on how to load an image. 

Back