Retain executable flag on files in bundle #93
Labels
breaking change
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
Describe the problem/challenge you have
Right now when you do an
imgpkg push
to create a bundle it will drop the executable flag on any files, it is hard-coded to create every file in the tarball with 0600: https://github.com/vmware-tanzu/carvel-imgpkg/blob/499b334d53c78a9624f427e96dcb6e1a87dd6d50/pkg/imgpkg/image/tar_image.go#L129Describe the solution you'd like
The executable flag should be kept on the files
Anything else you would like to add:
Slack thread: https://kubernetes.slack.com/archives/CH8KCCKA5/p1614181788053900
The text was updated successfully, but these errors were encountered: