-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuously failed during [+] I05_ emba_docker_image_dl #1391
Comments
Thank you for contributing an issue! Welcome to the EMBA firmware analysis community! We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here. If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here. To show your love for EMBA with nice shirts or other merch you can check our Spreadshop. This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it. |
Could you try to download the docker image manually:
|
When enough docker image sources are added, sudo docker pull embeddedanalyzer/emba can be downloaded successfully, but what operations need to be performed after the download is successful to achieve the same effect as I05_emba_docker_image_dl? Do you need to execute sudo docker-compse build emba afterwards? |
Looks good. As EMBA is checking for a specific tag (see docker-compose) you need to tag your base image now (see here):
With this in place I think the installer should realize the image and should proceed |
At this time, should I remove the I05 in the installer.sh file and run it? I tried it once, but there is no error in the back, but when I use emba, the report I get is empty |
what says the docker logs monitoring? |
ok, there is an issue with your dependencies from your docker base image. For me it looks as you got some other latest image. Please remove your docker images and then re-pull them the following way:
|
I have now found the issue with the wrong docker base image. The latest tag is not pointing to the correct image. I will fix this, |
When using docker to pull, you must specify the version, otherwise it will pull to other versions of the image. |
latest and 1.5.0b should now reference the same docker base image |
same issue. Deleting the old docker images and running
and then running |
I do not know what is the issue with your docker environment. As you are able to download the docker image manually I would go ahead and comment the following line Line 369 in 156a670
With this the installer should proceed. |
Installation finished? |
Describe the bug
Continuously failed during [+] I05_ emba_docker_image_dl
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Continuously failed during [+] I05_ emba_docker_image_dl
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Priority issue
Are you already a Sponsor? - [Y/N]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: