goharbor / harbor-arm

Build Harbor for arm architecture.
Apache License 2.0
69 stars 41 forks source link

Test Case - Push Index By Docker Manifest FAIL #17

Closed Jeremy-boo closed 2 years ago

Jeremy-boo commented 2 years ago

Docker image login did not catch exception and return message is: {'username': 'user-1636995248028', 'password': 'Aa123456', 'email': None, 'serveraddress': '147.75.195.254'} Docker image pull did not catch exception and return message is: {"status":"Pulling from project-1636995248141/ci_test_index","id":"test_tag"} {"errorDetail":{"message":"no matching manifest for linux/arm64/v8 in the manifest list entries"},"error":"no matching manifest for linux/arm64/v8 in the manifest list entries"}

YangJiao0817 commented 2 years ago

Fix in this PR