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

Update Dockerfile to use COPY instead of ADD as recommended on https:… #946

Merged
merged 3 commits into from Dec 9, 2021

Conversation

TheDen
Copy link
Contributor

@TheDen TheDen commented Nov 26, 2021

…//docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy

Description

Small improvement based on best practices, unless there's a good reason to use ADD?

Fixes Dockerfile to potentially pass hadolint tests

How Has This Been Tested?

Risk should be low on this

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@TheDen TheDen force-pushed the dockerfile-use-copy-instead-of-add branch from 6ce5d1f to c94ae9a Compare November 26, 2021 21:52
@PromoFaux PromoFaux changed the base branch from master to dev December 9, 2021 17:33
@PromoFaux PromoFaux merged commit f70a4f4 into pi-hole:dev Dec 9, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants