-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Description:
instructions from README to docker-compose up fail with authentication error on https://docker.wso2.com/v2/wso2sp-editor/manifests/4.3.0
Affected Product Version:
Current master branch (did not try any others)
Steps to reproduce:
Starting with a fresh checkout of the public docker-sp repository, and as an unprivileged user (not authenticated to the WSO2 web site):
cd docker-compose/editor-worker-dashboarddocker-compose up- watch the mysql image get pulled without problems
- watch the next image (wso2sp-editor) fail due to authorisation problems
Pulling editor (docker.wso2.com/wso2sp-editor:4.3.0)...
ERROR: Get https://docker.wso2.com/v2/wso2sp-editor/manifests/4.3.0: unauthorized: authentication required
Confirming with a browser, GET https://docker.wso2.com/v2/wso2sp-editor/manifests/4.3.0 results on HTTP 401 response with an HTML page containing this body
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"wso2sp-editor","Action":"pull"}]}]}
Work around:
replacing all instances of docker.wso2.com with wso2 in the docker-compose file image specifications (thus using images hosted on dockerhub) seems to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels