https://goharbor.io/docs/2.3.0/install-config/download-installer/
wget github.com/.../verison..
tar ...
cd harbor/
cp harbor.yml.tmpl harbor.yml
nano harbor.yml
./install.sh --with-trivy
https://goharbor.io/docs/2.6.0/administration/upgrade/
Error with docker login: unauthorized: authentication required
in /var/log/harbor/proxy.log
The request was addressing http://registry… instead of https://
Set in harbor.yml
external URL to https://registry…