Manuel Vogel
250b58a9f8
feat: adds docker Image build feature ( #283 )
2020-10-07 20:06:13 +02:00
Sergei Ivanov
5df0c5a7f2
feat: adds complete support for Docker credential helpers ( #253 )
...
* Reused code from docker CLI to parse docker config file
* Resolve credential managers and retrieve credentials.
* Discarded any custom code that the provider had, which duplicated docker CLI functionality.
Closes #252
Signed-off-by: Sergei Ivanov <sergei_ivanov@mail.ru>
2020-10-07 19:51:56 +02:00
Manuel Vogel
8ad1a13c08
Add ssh protocol (copy) ( #153 ). Closes #112
...
* adds support for ssh protocol
* updates docker cli dependency to f337f1
* adds example for using the ssh protocol
2019-05-26 21:06:10 +02:00
Manuel Vogel
8a4b0b15be
Update to docker to 18.09 ( #152 )
...
* updates travis to xenial and docker to 18.09
* updates docker sources to f25e0c6f
* updates the grpc sources to the latest version to be comtatible
Closes #114
2019-05-26 14:20:39 +02:00
Manuel Vogel
a6fdf4c2a6
Fixes for image pulling and local registry ( #143 )
...
Multiple fixes for handling private registries and login credential retrieval on OSX.
- Fixes check for image locally before pulling it: #24
- Fixes image prefix workaround: #120
- Fixes passing of the `--with-registry-auth` flag: #77
- Fixes docker registry credentials in osxkeychain: #125
2019-05-26 11:42:53 +02:00
Alex Pilon
2eed46629c
deps: use go modules for dep mgmt
...
run go mod tidy
remove govendor from makefile and travis config
set appropriate env vars for go modules
2019-03-11 18:19:30 -04:00
Manuel Vogel
64e491f7b9
merge master
2018-07-16 11:43:33 +02:00
Manuel Vogel
1f563cc913
Migrate/docker-client ( #70 )
...
Migrates to the official docker client to connect to the Docker API/Deamon. Closes #32
2018-07-03 17:30:53 +02:00
Manuel Vogel
2598d3b90b
update docker deps to 65bd038
2018-05-30 09:40:26 +02:00
Manuel Vogel
656c8a8c2f
Feat/swarm 1 update deps ( #37 )
...
* Removed id attribute of the network resource.
* Update dependencies. Mainly `go-dockerclient`
2018-01-24 09:31:23 +01:00