You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is working:
I have created harbor with clair , can successfully push the images directly using backend node name.
THIS IS NOT WORKING:
I have created harbor with clair
a)docker-compose down
b) updated hostname with nginx url name
c) commented proxy_set_header X-Forwarded-Proto $scheme;
from common/config/nginx/nginx.conf
d) docker-compose up -d
is backend node name an IP address? and you want to use another nginx in front of harbor as an LB? If you are in this scenario, you can try to set the exeternal_url in harbor.yml
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.
This is working:
I have created harbor with clair , can successfully push the images directly using backend node name.
THIS IS NOT WORKING:
I have created harbor with clair
a)docker-compose down
b) updated hostname with nginx url name
c) commented proxy_set_header X-Forwarded-Proto $scheme;
from common/config/nginx/nginx.conf
d) docker-compose up -d
docker login
Username : username
Password:
Login Succeeded
IMAGE PUSH FAILING
docker push /hello-world:latest
The push refers to repository [repository name/hello-world]
af0b15c8625b: Preparing
error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\n\t\t\n\n\t\t\n\t\t\t<title></title>\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\t\n\t\n\n\n\n\n"
please help us
The text was updated successfully, but these errors were encountered: