-
Notifications
You must be signed in to change notification settings - Fork 138
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
Docker build instructions do not work #573
Comments
I have different problem during building of docker image using Packer:
Steps to reproduce:
Problem start at commit |
I was able to fix problem above by hard coding In my case image is built but container fails with I followed instructions from here https://github.com/linkedin/iris/tree/master/ops/packer |
Same problem here. The packer configs use very old Ubuntu too, 16:04, and most of the python scripts use |
I have a bunch of enhancements to documentation and I will send it in coming days. |
This is solved by clearing ENTRYPOINT directive for the image. See my PR. |
It depends on what is your preferred distribution channel and wider context of deployments you want to support. If you limit yourself to Docker and fill the image/OS with just python v3, you don't need to explicitly say python3 in hash-bang declarations. I did that in my PR. |
I also found that lot of work has been done in https://github.com/allwyn-pradip/iris/tree/fw-iris. |
Followed instructions here https://github.com/linkedin/iris/tree/master/ops/packer
The text was updated successfully, but these errors were encountered: