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 CHOWN into COPY #2

Merged
merged 1 commit into from
Nov 28, 2021
Merged

Conversation

adamzwakk
Copy link
Owner

More efficient to chown while COPY for large stacks of files as per docker/for-linux#388

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • New Query Runner (Data Source)
  • New Alert Destination
  • Other

Description

Doing chown for a LOT of files is very slow and an open bug for docker in linux. The community suggests doing this as part of COPY instead

Related Tickets & Documents

docker/for-linux#388

More efficient to chown while COPY for large stacks of files as per docker/for-linux#388
@adamzwakk adamzwakk merged commit 9d6a117 into master Nov 28, 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.

1 participant