-
Notifications
You must be signed in to change notification settings - Fork 1
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
help with errors while installation #29
Comments
Hey, @anantsparrow. Thanks for pointing out the error. Yes this error occurred due to a typo in Dockerfile. The thing is that Docker creates a temporary layer with each instruction and then deletes it. So it turns out that it downloads chromedriver with one instruction and tries to perform an operation with it with another instruction, so it can't find it. However, there is a duplicate code in the same Dockerfile. This is because we decided to add our own base image, which at the same time duplicates the code that is specified in the Dockerfile, which in turn can also cause errors. I changed the Dockerfile and it should work now. I removed the extra instructions that are already in the base image, and I also added the "rails" user to the Dockerfile instructions, as this is considered good security practice. Note that I've created a separate PR internetee/auction_center#1103, which means the changes won't go to the master branch for now. Since there is a need to refactor the base images, and when we are sure that there are no more problems with infrastructure deployment, then the updated versions of the Dockerfiles will go to the master branch. Thank you for pointing out the bug and have a good day. If you have any more questions or difficulties, please do not hesitate to contact us, we will try to help you. |
hi there, fix the epp_proxy also, getting error while installation. |
Hey, @anantsparrow, This error occurs due to a broken package repository. It cannot install the required packages. In this case it is buster, which is the Debian 10 codename. The obvious solution is to remove this repository, for running In any case, I tested it for myself and I got everything installed. Here is also a separate PR on how to modify the Dockerfile for Epp Proxy internetee/epp_proxy#65 Please let me know if you managed to install this service or if you still encounter problems. PS! Please note that when deploying the system you may also encounter the problem that the Billing System service will not be found. Unfortunately, we can't make this service available to the public for some time until it passes all security checks and we can't offer an alternative option yet. However, if you are planning to realize your own billing system and integrate it into our services, we are ready to consult you and help you in this matter. Have a nice day. |
hey there, i tried to install it again, and still facing some issues on installation, however i am currently using fred registry system, as i want to migrate to yours, so before migration i needed to test your system, but it looks like installation files are not working, also can i send you my ubuntu server login as fresh installed, so you can try to install? |
@anantsparrow I think it's better for you to point out the error for now before delving deeper into the reasons. As I mentioned above, the cause might be due to the absence of a billing system, which is currently in a private repository. This means that the full infrastructure cannot be deployed unless an alternative solution is developed and integrated. |
Running in 3ad69f752c61
unzip: cannot find or open chromedriver_linux64.zip, chromedriver_linux64.zip.zip or chro
medriver_linux64.zip.ZIP.
ERROR: Service 'auction_center' failed to build: The command '/bin/bash -o pipefail -c unz
ip chromedriver_linux64.zip -d /usr/local/bin' returned a non-zero code: 9
The text was updated successfully, but these errors were encountered: