GoogleContainerTools / GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Open
#2,898 12 comments 1 reaction 0 assignees View on GitHub
area/sync help wanted kind/feature-request priority/awaiting-more-evidence
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

It would be very useful to be able to use local absolute filepaths for sync, such as:
```
sync:
manual:
- src: "/home/user/.config/**"
dest: "/config/"
```
This is not possible via the docker image and symlinks also do not work. Open to any other suggestions if there is another way around this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.