Commit graph

13 commits

Author SHA1 Message Date
Jake Champlin
e23185d484
Transfer docker provider 2017-06-06 11:50:32 -04:00
hmcgonig
0a75a724b6 provider/docker: Add support for a list of pull_triggers within the docker_image resource. (#10845) 2017-01-03 16:10:39 +00:00
kyhavlov
46356f2d02 provider/docker: Added docker_registry_image data source (#7000) 2016-07-26 16:18:38 +01:00
Xavier Sellier
c943ed4b78 Provider Docker: (#6376)
- Add option keep_locally
- Add unit test
- Add documentation
2016-04-27 17:18:02 +01:00
Rhyas
91cfbf9b4e Fix Image Destroy bug. #3609 #3771 2016-03-22 22:56:51 -06:00
Raphael Randschau
f7936ad8b3 Fix docker test assertions regarding latest tag 2016-03-06 16:45:06 +01:00
James Nugent
ed3a43a2fe provider/docker: Fix flaky integration tests
Asserting on the value of `latest` on an image is prone to failing
because of new images being pushed upstream. Instead of asserting on a
hash, we assert that the value matches a regular expression for the
format of an image hash.
2016-01-14 09:12:05 +00:00
James Nugent
5e1c8c88f5 provider/docker: Refer to a tag instead of latest
This should make tests more stable going forward. Also switch out the
image used from Ubuntu to Alpine Linux to reduce required download size
during test runs.
2015-12-02 15:08:16 -05:00
Paul Hinze
c0c51b84ef provider/docker: fix image test
there's a new latest in town
2015-11-20 09:58:03 -06:00
stack72
f229be7a60 Gofmt change for resource docker_image test 2015-10-08 09:47:50 +01:00
Matti Savolainen
4bb21500a9 Fix Repository attribute in docker client PullOptions for private registries. 2015-07-03 12:58:05 +03:00
Paul Hinze
1c80ff0ac9 provider/docker: update image sha
Should eventually see if there's a way to rework this so it's less
brittle. But for now, we band-aid!
2015-05-07 09:50:16 -05:00
Mitchell Hashimoto
faa9dc47f5 providers/docker: docker_image acceptance test 2015-03-27 15:22:33 -07:00