Conversation
add comments add logging
|
Hey Cole, thank you for this, it looks great. I wasn't aware of the ability to use SET_OPTS et al. I'd like to both understand more about these env vars and get the removal of confd done before I consider merging this. I can't say when that will be but hopefully in a week r s. Backwards compatibility is definitely important btw. Also can you explain why you think this helps with #22 |
|
Thanks for the response! So a bit of an overview how all of this works, in case it helps: Previously: you use options to swap out a template using How backwards compatibility is maintained:
Specifically, #22 is related because What are your thoughts on:
|
|
Oh, also. If you like this approach, I am happy to do some work updating the README. |
|
Thanks! |
|
@sjiveson Do you mind clarifying a bit about why you closed? Did you decide that this functionality is not desirable? |
|
Ah sorry, its been that long I forgot you did this PR against the byebyeconfd branch, which I just merged into the arm branch (months after originally merging to master) and then deleted. |
|
Just recreated the branch and managed to reopen, phew. Hopefully I'll actually find the time to give this the attention it deserves. |
|
Thanks!! No worries! I’ll take some time to pull in the latest from master too. 😄 |
|
Hey guys, what is the status on this? I could use some of these changes, too. Thanks! (Yes, I know I can build my own image, but it is a bit troublesome ;-].) |
|
I would also love it if this could get merged.. it's a very useful update |
|
This PR is mentioned multiple times in multiple issues. Is there any intention in create a version using this ? |
SHARED_DIRECTORYinputs by using and parsing thedocker CMDNFS_OPTSenvironment variableSHARED_DIRECTORYto the mount inputsREAD_ONLYandSYNCifNFS_OPTSis not setWould love to discuss if this is workable from your perspective and how committed you are to backwards compatibility. I think if backwards compatibility is not necessary, these deprecation warnings could be more forceful or you can simply bump the version and simplify the pattern by setting default
NFS_OPTSand give users free reign to set their own options by overriding the environment variable.NOTE: I submitted the PR to the
byebyeconfdbranch, since those changes looked desirable and these changes are related.Related to #20
Related to #22