-
Notifications
You must be signed in to change notification settings - Fork 9
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
feature request: add option to configure own bash customizations #43
Comments
Sounds reasonable! Do you have a specific implementation in mind? |
Not really as long as it does what it's supposed to be :) Maybe it could be handled like ansible_requirements / pip_requirements, roughly like this:
It might be useful for somebody to reference to an directory from .docker_build file that contains multiple files with customizations (but not needed in our case). |
Maybe something like this? This would include both custom scripts that are loaded via /etc/profile and dotfiles like .vimrc . |
We will setup this as new feature with version 2.x |
solved with #50 |
It would be nice if there would be an option to configure bash customizations (stuff you would place in .bashrc or .profile e.g. like aliases), so that they can be baked directly into the image and don't need to be configured afterwards.
The text was updated successfully, but these errors were encountered: