CrazyMax
CrazyMax
* Native apps * Windows update * Explorer * ...
follow-up https://github.com/moby/moby/pull/43474#discussion_r846827598 closes #43492 closes #43613 closes #41590 closes #41614 (should be already fixed atm) fixes #41862 fixes #41519 fixes #38307 (`make binary` instead of `make all`) fixes #39380 ***-...
backport of: * https://github.com/moby/moby/pull/43922 Signed-off-by: CrazyMax (cherry picked from commit e05f614267213c93bd941d8a8980a0265a2e4634)
Taken from #57 * Detect if the file is not being written before downloading it. * Or with a filter on the suffix of the file name.
Taken from #57 Add support for placeholder on sources paths. * date: `/data/{{ .Date.Format "2006 Jan 02" }}/` * regexp: `^/data/\d{8}/` * ...