When downloading a tarball using DownloadFile, if the file_path directory doesn't exist on hd it's created. On docker, a 409 error is returned.
(on docker) WriteFile needs a relative path, but in DownloadFile absolute paths are fine. On hd absolute paths are fine too (but their semantics is that they're relative to the image root)
DownloadFile
, if thefile_path
directory doesn't exist onhd
it's created. Ondocker
, a 409 error is returned.docker
)WriteFile
needs a relative path, but inDownloadFile
absolute paths are fine. Onhd
absolute paths are fine too (but their semantics is that they're relative to the image root)