goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.

Home Page:https://goharbor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The image pushing will fail if Harbor is deployed on minikube and serves with HTTP

ywk253100 opened this issue · comments

This is caused by the implement of docker, issue opened for this in docker moby/moby#37435.

Put port 80 after the hostname(hostname:80) can workaround this.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If all local sites serve without https needed, we can modify yaml of ingress, remove port 443.
Then problem solved!