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 #33

Closed
hhorak opened this issue Feb 1, 2018 · 3 comments
Closed

Add support for extending image #33

hhorak opened this issue Feb 1, 2018 · 3 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
mariadb: sclorg/mariadb-container#45
mysql: sclorg/mysql-container#201
postgresql: sclorg/postgresql-container#208
mongodb: sclorg/mongodb-container#239

@ficap
Copy link

ficap commented Feb 1, 2018

Redis does not natively support SSL. See https://redis.io/topics/security#data-encryption-support

@ficap
Copy link

ficap commented Feb 6, 2018

PR: #34

@hhorak hhorak changed the title Add support for extending image and enabling SSL connections Add support for extending image Feb 6, 2018
@phracek
Copy link
Member

phracek commented Aug 16, 2023

Closing this issue, as it was a start PoC. Feel free to reopen it, if it make sense to implement it. Thank you in advance.

@phracek phracek closed this as completed Aug 16, 2023
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

3 participants