dockerfiles
dockerfiles copied to clipboard
SSL Split Version
I was wondering about your automation logic around the included SSL Split version that is hard coded into the dockerfile. Is the latest version you include:
- only what you have tested manually
- only what you have tested through CI
- a set number of releases back
The developer of NxFilter has asked me to add SSL Split to my docker image and I was unsure about the best way to do that. My initial plan is to specify your image at build time to copy your results directly into my image. This relies on your automation and/or future followthrough, so we would like to know if we can build off you (which it appears we can) or if I should just fork your work and modify to suit the needs of NxFilter community.