v0.24.0: COPY of a dir applies permissions from local machine into image? Builds w/ docker does not #1351
Labels
area/permissions
area/symlinks
categorized
cmd/copy
differs-from-docker
kind/bug
Something isn't working
ok-to-close?
possible-dupe
priority/p2
High impact feature/bug. Will get a lot of users happy
works-with-docker
Kaniko:
debug-v0.24.0
Docker:
19.03.8
on a macI have a directory that exists with specific permissions prior to a
COPY
statement.After the
COPY
statement the permissions change when the build is done w/ kaniko.When I build with docker this does not happen.
Note the directory which is the target of the
COPY
is accessed via a symlink, may or may not be relatedFull issue is produced here:
https://github.com/bitsofinfo/kaniko-issue-a
The text was updated successfully, but these errors were encountered: