Commit 3cff5a0
committed
Use GNU tar in the Docker image
The busybox implementation of tar doesn't support the
`--ignore-failed-read`, which is used when the VolumeSnapshotClass has
the `ignoreFailedRead` parameter set to `true`.
This patch uses the GNU implementation of tar, which implement that.1 parent e4cf791 commit 3cff5a0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
0 commit comments