-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add biicode image to dockerhub #422
Conversation
I sent over some minor changes via biicode/docker-biicode#1 I see that you have passwordless sudo for the biicode user. Is that strictly required by bii, or could the Dockerfile be updated to not require it? |
85e193c
to
6b2639b
Compare
Hi, thanks for your changes, I had never thought of the memory consumption. We usually launch a new version every one or two weeks with bugs fixes and with minor or even major improvements, so we prefer to only support the last one. However, if you prefer to have all the versions, we can do it because we store all the previous packages, but they could have bugs nonetheless. Of course, after launching a release, we will try to update the library repository as soon as possible. About the necessity of a passwordless sudo for the biiuser. We decided to include it because the tools installed with the bii cpp:setup comand need to be installed as sudo by a regular user because it is installed in the ~/ folder, Is there a better way to do this? Is there a default password? |
I'm definitely +1 to only including the versions that are supported, and would ask you to remove versions that won't ever actually be updated later anyhow. As for |
I just updated the Dockerfile with your recommendations. I hadn't work before with users, so this was new for me, thanks for the info. In the current version we just create the The real problem with 'act as sudo' is that there are some blocks in biicode using hooks to install some packages with |
I don't have any major issues with the latest version. In my opinion there isn't that much difference between having passwordless sudo and running as root. BTW, with ubuntu:14.04 |
Thanks for taking out the |
Arg, looks like we took too long to review. Can you update?
If you've got a good clean way to get the "latest version number" of biicode, I'd be happy to write an |
https://webapi.biicode.com/v1/downloads certainly looks promising! 👍 |
I'm going to go ahead and close this. If anything changes, let us know here and we can reopen as needed. :) |
Hi Docker, I'm David and I write you from biicode a small start-up that’s developing a C and C++ dependency manager.
We are interested in creating a official repository so we have done 2 MR, One to the docs repo with the biicode image info and another MR to the official-images repo with the image commit. Is this all we need to do?.
If anything is wrong or we skipped something in the way please let us know and we will fix it at soon as possible.
Dockerfile Repo