forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: create "dependabot" user
Previously the `Dockerfile` would install dependencies as the root user, then a subsequent `Dockerfile` would create and delegate to a `dependabot` user. Chowning files in a downstream layer is expensive and slow! Let's encourage the best practice of non-root containers by creating `dependabot` directly in the `Dockerfile`. Co-authored-by: Pete Wagner <thepwagner@github.com>
- Loading branch information
Showing
6 changed files
with
100 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.