-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't preserve ownership when copying pack contents (#418)
This change aims to preserve file attributes when copying via rsync or cp, without ownership to enable environments where containers are ran without root privileges. Co-authored-by: Daniel Porter <[email protected]>
- Loading branch information
1 parent
c7e9f09
commit c87f49f
Showing
2 changed files
with
14 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
* Stop generating the checksum labels for Auth Secret (#392) when existing secret provided or disabled (by @bmarick) | ||
* Use `image.pullPolicy` for all containers including init containers that use `image.utilityImage`. (#397) (by @jk464) | ||
* Use `rsync` to copy pack contents when available, falling back to `cp`. (#414) (by @cognifloyd) | ||
* Support non-root container environments when copying pack contents (#414) (by @Stealthii) | ||
|
||
## v1.0.0 | ||
* Bump to latest CircleCI orb versions ([email protected] and [email protected] by @ZoeLeah) | ||
|
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