Commit Graph

3 Commits

Author SHA1 Message Date
Jan Kaluza a0a9ac6380 Switch common, storage and image to monorepo.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2025-08-29 15:04:28 +02:00
Daniel J Walsh 2099ad769f
Switch to using containers/common pkg's
pkg/secrets has been moved and slightly been rewrittin
in containers/common, along with pkg/umask.

Convert Buildah to use these packages rather then internal
packages.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-20 15:46:30 -05:00
Sascha Grunert 34f1ae6bda Preserve file and directory mount permissions
Before that change, all directory permissions were `0755` and all file
permissions had `0700`, without taking umask into consideration.

We now save the file permissions and map them correctly into the target
container.

All necessary integration tests have been added as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>

Closes: #1833
Approved by: rhatdan
2019-09-05 12:50:26 +00:00