What ensures that this is a secure way to install php extensions? #868
jameshulse
started this conversation in
General
Replies: 1 comment 1 reply
-
I think you have these options:
What so you mean? Would you like me to reassure you that I won't do anything harmful? Sure, I reassure you about that. But my reassurance doesn't change the fact that you still have to trust me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to keep security in mind when developing our application docker images - what is the security story around trusting this specific script?
Imagine a maintainer decides to do something nefarious and we install the latest version from github. That script will run directly in our production image. Is this just a risk that we should accept for the convenience, or is there a policy / or some reassurance that we can lean back on?
I hope this doesn't come across the wrong way - the script is great and in my testing is much easier than doing manual installations myself. I'm just considering whether it is worth introducing that risk into our build process.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions