Skip to content
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 support for extending image and enabling SSL connections #133

Open
hhorak opened this issue Feb 1, 2018 · 0 comments
Open

Add support for extending image and enabling SSL connections #133

hhorak opened this issue Feb 1, 2018 · 0 comments

Comments

@hhorak
Copy link
Member

hhorak commented Feb 1, 2018

The image should be generally flexible, which means it should be easy to extend the functionality of the image by end users. A common thing that the end users need to change is providing own configuration file or setting up secured connection over SSL.

In some cases, users prefer to extend the image by creating a thin layer on top of the provided image and have the own bits available in the image itself. However, it is also common to use kubernetes secrets to extend the image functionality, by providing a configuration file or pair of SSL certificates.

In some cases, making the image flexible required to refactor the image a bit more; there are PRs for other images, that already support these features below, they could serve for inspiration. An important part of the changes is also documentation how the extending works, what paths should be used, etc.

nginx: sclorg/nginx-container#41
httpd: sclorg/httpd-container#28
php: sclorg/s2i-php-container#183 (especially interesting for perl case, since the required changes will probably be very similar)
mariadb: sclorg/mariadb-container#45
postgresql: sclorg/postgresql-container#208
mongodb: sclorg/mongodb-container#239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant