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

refactor: Applied docker build practices #5375

Merged
merged 8 commits into from
Dec 2, 2024

Conversation

ponkio-o
Copy link
Contributor

@ponkio-o ponkio-o commented Nov 30, 2024

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

  • How are users affected by this change: No impact on users
  • Is this breaking change: No
  • How to migrate (if breaking change):

@@ -1,3 +1,4 @@
# check=skip=SecretsUsedInArgOrEnv
Copy link
Contributor Author

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.

ENV NSS_WRAPPER_PASSWD=$PIPED_HOME/passwd

ref. https://docs.docker.com/build/checks/#skip-checks

@github-actions github-actions bot removed the area/go label Nov 30, 2024
Copy link
Member

@t-kikuc t-kikuc left a 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.

@t-kikuc t-kikuc enabled auto-merge (squash) December 1, 2024 03:18
Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you!

@t-kikuc t-kikuc merged commit 52a930a into pipe-cd:master Dec 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants