Commit graph

382 commits

Author SHA1 Message Date
edgar poce
e88b625dec added documentation 2020-03-24 17:48:25 -03:00
edgar poce
6a3c615a30 added docker_registry_image 2020-03-24 16:48:49 -03:00
tf-release-bot
5d0f0fb806 Cleanup after v2.7.0 release 2020-02-10 19:59:53 +00:00
tf-release-bot
e2a14e7e7c
v2.7.0 2020-02-10 19:51:00 +00:00
Manuel Vogel
978bc4c85f
[ci-skip] updates CHANGELOG for v2.7.0 2020-02-10 20:33:41 +01:00
stephenliberty
5ad4646537
feat: allow use of source file instead of content / content_base64 (#240)
Closes #239 

* Added a 'source' and 'source hash' which will reference a file / file hash to load into the container
* Add to docs
* Adding a test, cleaning up another one
2020-02-03 21:44:46 +01:00
Manuel Vogel
5733f00a64
ci: bumps docker and ubuntu versions (#241)
* ci: bumps docker version to 19.03
* ci: use ubuntu bionic instead of xenial
2020-02-02 08:31:48 +01:00
Shunsuke Suzuki
bed25bf419
feat: supports to update docker_container (#236)
According to the docs
* https://docs.docker.com/engine/api/v1.40/#operation/ContainerUpdate
* https://godoc.org/github.com/docker/docker/client#Client.ContainerUpdate
2020-02-02 06:39:28 +01:00
Shunsuke Suzuki
33c17570c9
feat: support to import some docker_container's attributes (#234) 2020-02-01 16:15:36 +01:00
Manuel Vogel
ef47f0cbdb
fix: service endpoint spec flattening 2020-02-01 15:50:59 +01:00
Manuel Vogel
d8b0c139e5
Merge branch 'suzuki-shunsuke-debug-issue-237' 2020-02-01 14:03:20 +01:00
Manuel Vogel
c39d5f1fca
chore(service): adapts cp debug outputs 2020-02-01 14:02:54 +01:00
Manuel Vogel
92d13c3e1b
ci: removes debug option from acc tests 2020-02-01 14:02:15 +01:00
Manuel Vogel
46c69af298
Merge branch 'debug-issue-237' of https://github.com/suzuki-shunsuke/terraform-provider-docker into suzuki-shunsuke-debug-issue-237 2020-02-01 13:58:36 +01:00
Philippe Vienne
1404102e70
fix: corrects IPAM config read on the data provider (#229) 2020-02-01 13:09:36 +01:00
Suzuki Shunsuke
40ef60258e Set TF_LOG=DEBUG 2020-01-13 12:50:06 +09:00
Suzuki Shunsuke
4e8a837e08 Wait for state until endpoint spec is exposed 2020-01-13 09:48:38 +09:00
Manuel Vogel
a7f6cc9300
fix(service): ports flattening (#233)
Closes #222 
* fix(service): changes ports from set to list. adapts tests. marks published port computed. uses endpoint spec from api to flatten.
2019-12-27 16:48:21 +01:00
Manuel Vogel
45e3127fb9
feat: adds config file content as plain string (#232)
Closes #224 
* feat(provider): adds plain registry content property
* docs(provider): new plain config property
* chore: comments why the order of auth parsing should not be changed
2019-12-18 20:55:12 +01:00
Manuel Vogel
f4dd2188f1
feat: make UID, GID, & mode for secrets and configs configurable (#231)
Closes #216 
* feat(service): makes uid, gid and file mode configurable
* docs(service): updates config and secret configuration
2019-12-18 19:04:01 +01:00
Manuel Vogel
546c6aeef1
docs: update restart_policy for service. Closes #228 2019-12-17 18:31:21 +01:00
Manuel Vogel
6248c691f9
Merge branch 'xanderflood-xf/allow-zero-replicas' 2019-12-17 18:18:03 +01:00
Manuel Vogel
fe7f625ad9
fix: replica to 0 in current schema. Closes #221 2019-12-17 18:11:21 +01:00
Manuel Vogel
e8321d7a0e
Merge branch 'xf/allow-zero-replicas' of git://github.com/xanderflood/terraform-provider-docker into xanderflood-xf/allow-zero-replicas 2019-12-17 18:08:28 +01:00
Manuel Vogel
e257dcbfc9
Merge branch 'xanderflood-xf/labels-iface' 2019-12-17 18:03:09 +01:00
Manuel Vogel
765b107e26
docs: adds new label structure. Closes #214 2019-12-17 18:02:32 +01:00
Manuel Vogel
8f41054638
fix: label for network and volume after improt 2019-12-17 17:28:25 +01:00
Manuel Vogel
2c8e63b44d
Merge branch 'xf/labels-iface' of git://github.com/xanderflood/terraform-provider-docker into xanderflood-xf/labels-iface 2019-12-17 17:28:09 +01:00
tf-release-bot
f8a9b2b553 Cleanup after v2.6.0 release 2019-11-25 18:35:30 +00:00
tf-release-bot
0de84e769d
v2.6.0 2019-11-25 18:27:15 +00:00
Manuel Vogel
a0e4d32856
[ci-skip] updates CHANGELOG for v2.6.0 2019-11-23 14:50:42 +01: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
Xander Flood
836e3e490a fix sprintf formatter 2019-11-17 10:50:50 -05:00
Xander Flood
15c89f00a2 allow zero replicas 2019-11-17 10:35:28 -05:00
Xander Flood
4d158b4ba0 tests for label migration 2019-11-16 09:11:17 -05:00
Xander Flood
e990b2db03 some debugging 2019-11-15 21:33:05 -05:00
Xander Flood
aa19860726 fix service test mount set key 2019-11-15 00:08:45 -05:00
Xander Flood
7c1041ccee re-run travis, possible flaky test 2019-11-14 23:59:59 -05:00
Xander Flood
d878091f95 refactor migration code and fix a couple tests 2019-11-14 17:44:58 -05:00
Xander Flood
b9d61dc535 some more migration 2019-11-14 17:10:48 -05:00
Xander Flood
080d80702a service 2019-11-14 08:06:50 -05:00
Xander Flood
32067443ca volume 2019-11-14 07:58:53 -05:00
Xander Flood
5babf5fb17 secret and network cleanup 2019-11-12 17:41:59 -05:00
Etienne Napoleone
20b056aec2 Correct mounts block name (#218) 2019-11-11 10:28:39 +01:00
Xander Flood
e391230447 migrate the container resource 2019-11-10 15:15:42 -05:00
Xander Flood
cfb13bb532 skip the size var 2019-11-09 07:03:15 -05:00
Xander Flood
0c39299bad try this! 2019-11-09 00:03:19 -05:00
Xander Flood
b9dd25a94d try this again? 2019-11-08 23:29:23 -05:00
Xander Flood
7e84878d39 get a look at all the Attributes 2019-11-08 23:15:34 -05:00
Xander Flood
95211f04f7 try straight indices 2019-11-08 19:13:31 -05:00