harbor/make
wang yan 9822e5bb15 fix db migration issue
fixes #12827
 After user migrates Harbor from v2.0.2, user got 404 when to pull specific images, and no work after push the same images again.

 Fix:
 1, If the issue is caused by missing repository data, this fix can revert the missing repository data and all things should be fine.
 2, If the issue is caused by missing blob data, this fix can revert the missing repository data and still left the media type of artifact
    as 'UNKNOWN', which leads the meta data and build history of the image cannot be shown in UI. User can delete and push the image again to
    resolve it.

Signed-off-by: wang yan <wangyan@vmware.com>
2020-08-26 12:02:20 +08:00
..
migrations/postgresql fix db migration issue 2020-08-26 12:02:20 +08:00
photon Merge pull request #12811 from ninjadq/fix_portal_health_check 2020-08-21 13:44:47 +08:00
checkenv.sh Extract shared func for checkenv and install scripts 2019-10-10 15:07:09 +08:00
common.sh enhance[cicd] introduce github action for CICD 2019-12-17 18:36:33 +08:00
harbor.yml.tmpl docs: Explain how to use Trivy in offline mode (#12102) 2020-08-10 08:48:04 +02:00
install.sh Fix a typo in the help message of install.sh (#11167) 2020-03-23 10:30:37 +08:00
prepare Fix: Add privileged for prepare command (#12689) 2020-08-13 14:55:42 +08:00
pushimage.sh feat(cicd) fix build base image 2020-03-26 10:55:40 +08:00