-
-
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
use env variable CONTAINER to choose the docker container #644
Conversation
For this to work, first the CONTAINER variable must be exported either in the root environment or executing the installer script mantaining the environment variables of the user: |
ping @secsonthebeach. Would you like to check this PR and give us your feedback? |
@HoxhaEndri please update the wiki information to document the new installation possibilities |
Hello, sorry for the delay. I am looking into this. Thank you for picking it up! The installer was failing at Okay, I've now cloned @HoxhaEndri master and it failed at the same place. It was line 29 of I've tested that command manually using the same CONTAINER env var and it works (example: private-registry.harbor.domain/dockerhub.reference/embeddedanalyzer/emba) Could you move the With the env var set, changing the docker command on line 29 to |
@m-1-k-3, on thursday I am going to update the wiki. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
fixes Docker registry variable for EMBA installation #638
What is the current behavior? (You can also link to an open issue here)
downloads the emba docker
What is the new behavior (if this is a feature change)? If possible add a screenshot.
you can set the env variable CONTAINER to use your container
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: