Commit graph

14 commits

Author SHA1 Message Date
Shunsuke Suzuki
554797dfd9
chore: introduces golangci-lint (#32)
* refactor: fix code with golangci-lint
* ci: configure golangci-lint
* Closes #13
2020-12-20 11:04:51 +01:00
Suzuki Shunsuke
f213e3a348 style: format with gofumpt
https://github.com/mvdan/gofumpt

```
$ gofumpt -l -s -w docker/*
```
2020-12-12 19:26:11 +09:00
Manuel Vogel
250b58a9f8
feat: adds docker Image build feature (#283) 2020-10-07 20:06:13 +02:00
Manuel Vogel
434ca8c64b
feat: adds import for resources (#196)
Closes #99. Adds import for config service volume
2019-11-23 14:42:05 +01:00
dubo-dubon-duponey
27a9f37c69 Move to standalone plugin SDK (#200)
Closes #197 
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-09 20:25:38 +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
Manuel Vogel
496abe0578
Fixes dependencies for old docker client and tests introduced by merge of #49. 2018-10-28 21:00:44 +01:00
Manuel Vogel
f1e6ba31fa
Simplifies the image options parser. Closes #49. 2018-10-28 09:38:17 +01:00
Manuel Vogel
769f775d38
Image can be pulled with its repo digest (#97)
* adds repo digests to local image structure. Closes #79 
* updates CHANGELOG
2018-10-12 08:43:28 +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
dc824c1030
Feat/swarm 4 new resources (#40)
Adds docker swarm features to the provider for the Docker Engine 17.09.1 and API Version 1.32. 

The spec is close to the API. By default, the swarm services are fire and forget. A converging config implements the features of the docker cli to ensure a service and all its replicas are up and running. Furthermore, service can have configs, secrets, networks, mounts and be added to a network.
2018-05-16 18:00:04 +02:00
Michal Prihoda
3090e33ca0 Simplify the image options parser.
Adding support for missing variants of registry/foo/bar/baz and registry/foo/bar/baz:tag.
2018-03-23 12:15:32 +01:00
Manuel Vogel
76925f68f8
Feat/private registry support (#21)
* Add support for private registry auth. Adapted documentation and tests.
* Clarified README.
2017-11-21 10:14:07 +01:00
Jake Champlin
e23185d484
Transfer docker provider 2017-06-06 11:50:32 -04:00
Renamed from resource_docker_image_funcs.go (Browse further)