-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore(deis-builder-rc.yaml,Dockerfile): remove entrypoint and specify it in the manifest #36
Conversation
What's your thinking about how we should do this across projects? Is this solving a special case, or are you thinking this is the way we should do things? |
I think we should leave this in the Dockerfile, IMO. That way we can still use this docker image outside of kubernetes without having to know the boot incantation. I think this also break things as /bin/boot is not called in entrypoint.sh from what I can see. |
Sorry about the upcoming wall of text: @technosophos I made this change so I could use the I won't say that we should never use Relating to what @bacongobbler said, I could certainly add the Also, the Makefile builds a Thoughts on any of the above? |
+1 on migrating the ENTRYPOINT to the boot script. That'll give you the ability to use the mc client while still retaining backwards compat. |
Sounds good. The binary named |
tracking the |
Im good with this . I'll give LGTM once the rebase is done |
… in the RC manifest
2655b33
to
d564a79
Compare
closing, as #72 made these changes anyway |
No description provided.