-
Notifications
You must be signed in to change notification settings - Fork 154
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
refactor: Applied docker build practices #5375
Conversation
@@ -1,3 +1,4 @@ | |||
# check=skip=SecretsUsedInArgOrEnv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following code was pointed out to me, but I ignored it because it was a false positve.
pipecd/tool/piped-base-okd/Dockerfile
Line 39 in a532718
ENV NSS_WRAPPER_PASSWD=$PIPED_HOME/passwd |
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: ponkio-o <[email protected]>
Signed-off-by: Cuong Vu <[email protected]> Signed-off-by: ponkio-o <[email protected]>
d154f2d
to
9f50256
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!!! Really helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thank you!
What this PR does: To follow docker best practices.
This PR applied the following practices:
Why we need it: To avoid future errors
Which issue(s) this PR fixes: None
Does this PR introduce a user-facing change?: No