Apply Changes on Harbor tile failed with "unable to find image"
search cancel

Apply Changes on Harbor tile failed with "unable to find image"

book

Article ID: 345698

calendar_today

Updated On:

Products

VMware

Issue/Introduction

Symptoms:
Apply changes on Harbor tile fails with the below error:
 
"Unable to find image 'goharbor/prepare:v2.xxxx' locally"



Cause

This would happen when the local image is corrupt or missing which would block the apply changes from proceeding further.

Resolution

These images would be present as a tarball inside the Harbor registry VM which we can load it using the docker cli 
Steps to load the images:
  1. bosh ssh to harbor registry vm.
  2. cd /var/vcap/packages/harbor-app/
  3. docker load -i harbor.v2.x.x.tar.gz
  4. apply change again.