Commit graph

494 commits

Author SHA1 Message Date
Shunsuke Suzuki
41a4b67fe4
docs: fix legacy configuration style (#126) 2021-01-19 16:20:29 +01:00
tanis
8b617bd690
feat: add properties -it (tty and stdin_opn) to docker container
Closes #120
2021-01-18 09:00:26 +01:00
Manuel Vogel
3036de3068
chore: updates changelog for v2.10.0 2021-01-08 17:01:38 +01:00
Shunsuke Suzuki
c927a8c19f
feat: supports Docker plugin (#35)
Closes #24
2021-01-08 16:38:30 +01:00
Shunsuke Suzuki
0ef85ad13f
fix: set "latest" to tag when tag isn't specified (#117) 2021-01-06 19:54:31 +01:00
Shunsuke Suzuki
2101f471c3
feat: support max replicas of Docker Service Task Spec (#112)
Closes #111
2021-01-03 12:37:31 +01:00
Shunsuke Suzuki
0042d2654a
docs: add labels to arguments of docker_service (#105)
Closes #103
2020-12-30 07:55:08 +01:00
Shunsuke Suzuki
4b80bc3d9d
feat: add force_remove option to r/image (#104) 2020-12-29 08:03:40 +01:00
Manuel Vogel
3ef7a702d5
feat: add local semantic commit validation (#99)
* docs(readme): adds >= to tf requirement version
* feat(Makefile): adds setup task for cm msg sem validation
* docs(contributing): adds setup target
2020-12-27 11:18:22 +01:00
Manuel Vogel
30f2238e0b
feat: add ability to lint/check of links in documentation locally (#98)
* build: adds local check for website links
* build(make): adds website lint and setup target
* docs: fix spellings and hcl blocks
* fix(make): phony cmd for missing targets
* chore: renames website link check workflow
* fix: missing workflow path
* build(make): adds golangci-lint target and tool
* ci: adds website lint workflow
* docs(contributing): adds linter runs
* chore: improves naming of workflow jobs
* ci: moves website lint job
* chore: switches markdown checker imagee to ghcr.io/tcort/markdown-link-check:stable
2020-12-27 19:02:34 +09:00
Manuel Vogel
737e8c2f67
fix(changelog): adds issues path in links 2020-12-26 23:49:40 +01:00
Manuel Vogel
784001b9a0
docs(readme): fixes copy paster 2020-12-26 14:44:09 +01:00
Manuel Vogel
b4ebbdae87
style(changelog): aligns braces 2020-12-26 14:36:04 +01:00
Manuel Vogel
7bf1b3e7e0
docs(changelog): fixes more broken links 2020-12-26 14:33:08 +01:00
Manuel Vogel
e0ea0302b2
docs(changelog): fixes broken links 2020-12-26 14:31:44 +01:00
Shunsuke Suzuki
ccec463f6f
Merge pull request #38 from kreuzwerker/ci-ubuntu2004-workflow
ci: update ubuntu images and docker version
2020-12-25 20:18:28 +09:00
Manuel Vogel
857318b62f
docs(readme): updates links to provider and slack 2020-12-25 10:20:14 +01:00
Manuel Vogel
393c7b36e8
fix: image label for workflows 2020-12-25 09:54:06 +01:00
Manuel Vogel
198830aab9
ci: bumps to docker version 20.10.1 2020-12-25 09:50:04 +01:00
Manuel Vogel
b7026a8051
ci: pins workflows to ubuntu:20.04 image 2020-12-25 09:39:07 +01:00
Shunsuke Suzuki
a52b473f7c
Merge pull request #36 from kreuzwerker/chore-gh-issue-tpl
chore: updates docs like gh templates, contribution guideline and readme
2020-12-25 17:35:21 +09:00
Manuel Vogel
356d662699
Merge branch 'master' into chore-gh-issue-tpl 2020-12-25 09:32:07 +01:00
Manuel Vogel
57b7dbb7e6
chore: updates changelog for 2.9.0 2020-12-25 09:02:52 +01:00
Manuel Vogel
abd3133996
docs: cleans readme 2020-12-24 16:27:42 +01:00
Manuel Vogel
544fd2a685
docs: adds coc and contributing 2020-12-24 16:27:35 +01:00
Manuel Vogel
cf611b417f
chore: ignores testing folders 2020-12-24 16:26:29 +01:00
Manuel Vogel
da72cf9d01
fix: remove all azure cps 2020-12-24 09:02:51 +01:00
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