I’m working with the inji-certify-567
branch, which was demonstrated during the Certify Workshop, but I’m facing an issue with Docker Compose. Here’s the error I encountered:
time="2024-11-19T12:15:27+05:30" level=warning msg="D:\\work\\EduCerts-new\\mosip\\explore\\inji-certify-567\\inji-certify\\docker-compose\\docker-compose-newplugin\\docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
[+] Running 3/3
✘ certify Error pull access denied for inji-certify, repository does not exist or may... 3.4s
✘ inji-web-proxy Error context canceled 3.4s
✘ inji-web Error context canceled 3.4s
Error response from daemon: pull access denied for inji-certify, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
Context:
- I’m working on the
inji-certify-567
branch as shown in the Certify Workshop. - The main issue is with the
inji-certify
image, which throws apull access denied
error.