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
We could see below error
❯ docker build -t aries-agents .
Sending build context to Docker daemon 44.54MB
Step 1/4 : FROM hyperledgerlabs/faber-alice-demo:1.11.0
pull access denied for hyperledgerlabs/faber-alice-demo, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
` Expected behavior
Custom Docker Image should be build without any error.
Workaround/Fix
I have updated the fix by replacing the base docker which was FROM hyperledgerlabs/faber-alice-demo:1.11.0. to my own custom created Image which was part of Build a base image. step and I was able to create Custom Image
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: [e.g. MacOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have deployed the BAF framework and wanted to deploy Indentity-App by referring the documentation https://github.com/hyperledger-labs/blockchain-automation-framework/tree/master/examples/identity-app
We were unable to create Custom Aries Image
To Reproduce
Steps to reproduce the behavior:
Go to Link https://github.com/hyperledger-labs/blockchain-automation-framework/tree/master/examples/identity-app
Click on Step 2 Documentation Link
We are able to create base Image but when we trigger
Refer Docker Build step in 'Build a custom image'
See error
`[00:26] Sengupta, Shubhadeep
I get following error when I run from path
/project/blockchain-automation-framework/examples/identity-app/images/agents
docker build -t aries-agents .
We could see below error
❯ docker build -t aries-agents .
Sending build context to Docker daemon 44.54MB
Step 1/4 : FROM hyperledgerlabs/faber-alice-demo:1.11.0
pull access denied for hyperledgerlabs/faber-alice-demo, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
`
Expected behavior
Custom Docker Image should be build without any error.
Workaround/Fix
I have updated the fix by replacing the base docker which was FROM hyperledgerlabs/faber-alice-demo:1.11.0. to my own custom created Image which was part of Build a base image. step and I was able to create Custom Image
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: