Commit graph

467 commits

Author SHA1 Message Date
Manuel Vogel
09a5a1ccd4
chore: adds separate bug and ft req templates 2020-12-24 09:00:20 +01:00
Manuel Vogel
496909c57e
chore: update changelog 2.8.0 release date 2020-12-24 08:30:45 +01:00
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
Shunsuke Suzuki
f10da47da8
Merge pull request #33 from brandonros/patch-1
doc: devices is a block, not a boolean
2020-12-19 12:42:19 +09:00
Brandon Ros
db94c7e1f0
doc: devices is a block, not a boolean 2020-12-18 22:31:32 -05:00
Shunsuke Suzuki
a5f1e00d1c
Merge pull request #11 from suzuki-shunsuke/format-with-gofumpt
style: format with gofumpt
2020-12-12 19:37:00 +09:00
Suzuki Shunsuke
9f9bbc0773 ci: add gofmt's '-s' option 2020-12-12 19:26:11 +09: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
Shunsuke Suzuki
cf34e9e1b1
Merge pull request #26 from kreuzwerker/ci/fix-website-ci
ci: fix website ci
2020-12-12 19:24:43 +09:00
Shunsuke Suzuki
942c5143d6 ci: remove unneeded make tasks 2020-12-12 01:28:35 +09:00
Shunsuke Suzuki
714cad8086 ci: fix test of website 2020-12-12 01:21:02 +09:00
Shunsuke Suzuki
dec62324f7
Merge pull request #8 from dubo-dubon-duponey/patch1
Fix aux_address crash
2020-12-05 07:12:23 +09:00
dubo-dubon-duponey
c1524bed34
Fix crash
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2020-12-01 19:37:54 -08:00
Manuel Vogel
7c01a67dc6
Merge branch 'master' of github.com:terraform-providers/terraform-provider-docker 2020-12-01 14:07:32 +01:00
dubo-dubon-duponey
a64378ac59
feat: adds support for OCI manifests (#316)
Close #315 

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2020-12-01 14:06:27 +01:00
Nolan Woods
5a176eb763
fix: changing mounts requires ForceNew (#314)
Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
2020-12-01 14:04:07 +01:00
Manuel Vogel
7345993846
Merge branch 'master' of github.com:terraform-providers/terraform-provider-docker 2020-11-29 14:43:55 +01:00
Nolan Woods
ccb7c6e8ab
fix: allow healthcheck to be computed as container can specify (#312)
Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
2020-11-29 14:42:55 +01:00
dubo-dubon-duponey
786c88ea6b
fix: treat null user as a no-op (#318)
Closes #317 
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2020-11-29 14:39:09 +01:00
dubo-dubon-duponey
c904efdddc
fix: workdir null behavior (#320)
Closes #319 
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2020-11-29 14:38:33 +01:00
Manuel Vogel
e78d20875b
Merge branch 'master' of github.com:terraform-providers/terraform-provider-docker 2020-11-15 18:23:01 +01:00
Nolan Woods
de7c6be58a
feat: adds security_opts to container config. (#308)
* Add security_opts to container config. Resolves #288
* Fix schema type
* Set security_opts to computed as docker modifies after apply
* Add label automatically added by TravisCI docker engine to bypass test failure.

Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
2020-11-15 18:19:19 +01:00
Manuel Vogel
cedf7ed684
Merge branch 'master' of github.com:terraform-providers/terraform-provider-docker 2020-11-11 16:33:30 +01:00
Matt Keeler
cdc0b0a7e8
feat: adds support for init process injection for containers. (#300) 2020-11-11 16:14:49 +01:00
Manuel Vogel
6388f0da03
chore: fix changelog links 2020-11-11 14:54:08 +01:00
Manuel Vogel
b8d28d67e6
chore: updates changelog for 2.8.0 2020-11-11 14:51:44 +01:00
Manuel Vogel
75c8db4e66
ci: reactivats all workflows 2020-11-11 11:07:54 +01:00
Manuel Vogel
0fb2583a6e
ci: fix website 2020-11-11 11:05:51 +01:00
Manuel Vogel
608e6f2aed
ci: only run website workflow 2020-11-11 11:03:12 +01:00
Manuel Vogel
39c80d3784
ci(website): consolidates all cmds into 1 2020-11-11 10:59:10 +01:00
Manuel Vogel
1413b1b481
ci: exports gopath manually 2020-11-11 10:51:02 +01:00
Manuel Vogel
fd8eed9c13
chore: removes travis.yml 2020-11-11 09:57:04 +01:00
Manuel Vogel
aa8f98be87
ci: fix absolute gopath for website 2020-11-11 09:56:03 +01:00
Manuel Vogel
9a534021c2
ci(goreleaser): switches from free to openbsd 2020-11-11 09:34:41 +01:00
Manuel Vogel
8f33bfba87
ci(website): fix gopath 2020-11-11 09:33:17 +01:00
Manuel Vogel
3abf5152ea
ci: make website check separate workflow 2020-11-11 09:27:25 +01:00
Manuel Vogel
7a49aae8c8
ci: fix workflow names 2020-11-11 09:07:34 +01:00
Manuel Vogel
b57f755ffa
ci: adds website test to unit test 2020-11-11 09:06:28 +01:00
Manuel Vogel
8dbb00dc5c
ci: adds acc test 2020-11-11 09:06:19 +01:00
Manuel Vogel
d6b7d2fc96
ci: adds compile 2020-11-11 09:06:13 +01:00
Manuel Vogel
937d25c7f2
ci: adds go version and goproxy env 2020-11-11 08:50:55 +01:00
Manuel Vogel
fec3bb9096
ci: enables unit tests for master branch 2020-11-11 08:47:35 +01:00
Manuel Vogel
4e84e46269
ci: adds unit test workflow 2020-11-10 20:45:31 +01:00
Manuel Vogel
61cbf9a453
chore: deactivates travis 2020-11-10 20:42:59 +01:00
Manuel Vogel
f80458a87f
ci: adds goreleaser and gh action 2020-11-10 20:42:01 +01:00
Manuel Vogel
9c6ff18492
chore: removes vendor dir (#298)
* chore: removes vendor dir
* ci: removes mod vendor flag
* ci: sets previous go version to 1.14
* ci: adds GOPROXY env
2020-10-19 17:28:03 +02:00
Manuel Vogel
c3a311fb49
chore: bump go 115 (#297)
* chore: bumps to go 1.15
* ci: bumps to go 1.15
2020-10-13 11:23:18 +02:00
Manuel Vogel
cbb4c35150
Merge branch 'motti24-patch-1' into master 2020-10-13 09:37:31 +02:00
Manuel Vogel
7248501ade
Merge branch 'patch-1' of git://github.com/motti24/terraform-provider-docker into motti24-patch-1 2020-10-13 09:37:19 +02:00
Kerim Satirli
2583b9be40
chore: documentation updates (#286)
* updates identifier
* replaces `bool` with `boolean` to match other resources
* Update config.html.markdown
2020-10-13 09:31:36 +02:00