6 Commits

Author SHA1 Message Date
Ivan Markin
c89fcd5b5f Override docker vendor constraint to master
Signed-off-by: Ivan Markin <sw@nogoegst.net>
2018-02-28 12:27:31 +00:00
Ahmet Alp Balkan
327b92124d Update azure driver dependencies
In order to address #3815, bringing azure dependencies to
more up-to-date versions. Also fixing some code caused by
breaking changes introduced in Azure SDK.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-10-12 15:02:17 -07:00
Ahmet Alp Balkan
0376230a5f azure: create temporary file next to destination
We were doing atomic file writes by writing to /tmp
and moving to the actual destination, however some filesystems
do not support copying from /tmpfs.

Bumping the `go-autorest` dependency version to latest.

Fixes #3313.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-04-26 12:40:10 -07:00
Ahmet Alp Balkan
a6bc7579b7 azure: Update SDK dependencies for better error messages
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-04-12 10:10:09 -07:00
Ahmet Alp Balkan
ec99e2b16f Update azure dependencies
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-03-30 12:07:50 -07:00
Ahmet Alp Balkan
b53f020c90 Remove azure driver temporarily
This commit temporarily removes Azure driver and its dependencies
from the source tree and adds dependencies for the new Azure driver
(so that Azure driver PR will not have godeps changes and will be
easier to review).

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-03-07 13:34:09 -08:00