Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sous-chefs/docker

Development repository for the docker cookbook
https://github.com/sous-chefs/docker

Merge pull request #67 from jcrobak/fix-pull-with-tag

Fix argument order to pull when tag specified.

e0a1ec744ead7b2344e2a746ecb04d4314d89890 authored almost 11 years ago by Brian Flad <[email protected]>
Fix argument order to pull when tag specified.

b8101281eed512ad0c9b224fc9f3964c7c67e76f authored almost 11 years ago by Joe Crobak <[email protected]>
Bump version to 0.30.1

0b6cf574585640605bf16cc5b32fc6498cea25de authored almost 11 years ago by Brian Flad <[email protected]>
Rubocop fixes

5971a776a1ef9e672fb1373ea922941537d97282 authored almost 11 years ago by Brian Flad <[email protected]>
Parse .dockercfg for registry login information, fixes #65

166e24e0c2a457df77505cd17fea8c24e0048508 authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #64 from jschneiderhan/login-command

Putting arguments in front of server

c7926d81f725aa43d7137e3ff3e5641e60d15585 authored almost 11 years ago by Brian Flad <[email protected]>
Putting arguments in front of server

70f96b1b7a90524eca311c42b9b008285a504fc3 authored almost 11 years ago by jschneiderhan <[email protected]>
Add missing homebrew dependency link to README

6bed4a10cbff143e7d24510964cdbedb2f7625dd authored almost 11 years ago by Brian Flad <[email protected]>
Bump release to 0.30.0

f861dd165c1f3130f7cbb427e3a1931ba8dfa731 authored almost 11 years ago by Brian Flad <[email protected]>
Add Mac OS X package installation support via homebrew

6a61788d96ecf3555bb563d3768cda3bea171499 authored almost 11 years ago by Brian Flad <[email protected]>
Use Ohai kernel name in binary URL

5f70a88f2340c3bada8f7b5f3957d59bed2f35df authored almost 11 years ago by Brian Flad <[email protected]>
Add group_members attribute and group recipe, closes #63

a6a84ca0215896e98caa12543387812267a99a2a authored almost 11 years ago by Brian Flad <[email protected]>
Add missing pull_if_missing action from image resource

cdb290b57e7b0e2e3b18fd9c678840cd802d0596 authored almost 11 years ago by Brian Flad <[email protected]>
Change image build action to build_if_missing action, add image build action that builds every run

f78094bce0be3c2c8378e0a018a444cfb9944f7a authored almost 11 years ago by Brian Flad <[email protected]>
Add container redeploy action

85a1d249402e811a1d00a50f9dab06dd2c89d812 authored almost 11 years ago by Brian Flad <[email protected]>
Remove extraneous docker_cmd in container provider

4a59bc671fce243bd308b1bec21c43b0efc4c8a4 authored almost 11 years ago by Brian Flad <[email protected]>
Make links pretty in CHANGELOG

a0974a35ac1f0f96ebf28760c917a40b6e4070b6 authored almost 11 years ago by Brian Flad <[email protected]>
Cosmetic fixes from #62

e563f3efdba110312616d26abda21771c6440325 authored almost 11 years ago by Brian Flad <[email protected]>
Switch Test Kitchen Chef Omnibus version to latest instead of a version number

9fc16212fafd93307c23a3e244d9f38114dd2353 authored almost 11 years ago by Brian Flad <[email protected]>
Bump Chef Omnibus version to 11.10 in Test Kitchen

01d3dfaba29fc08870f6bf307784c9d915b132d2 authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #62 from jcrobak/return-code-validation2

Return code validation

9c587b775db7de9b77f8ab76a2252eae38e9a88a authored almost 11 years ago by Brian Flad <[email protected]>
Move docker_cmd and execute_cmd methods to helper

Move docker_cmd and execute_cmd into the helper mixin to remove
some repeated code.

8c6cb6fd8ded744593cc56c87ac9914dab3c2ed0 authored almost 11 years ago by Joe Crobak <[email protected]>
Update all LWRPs to check that docker is alive.

Before issuing any commands that talk to the local docker daemon,
make sure it is running (since...

4a4797cefe321b20da5561ddf1ebae44f0dd48e2 authored almost 11 years ago by Joe Crobak <[email protected]>
Add docker_cmd! to raise exceptions on failure.

Update all call sites to use the failing version of docker_cmd.

7f81e12c4766a809a5f5a95622d634ab5aa455d1 authored almost 11 years ago by Joe Crobak <[email protected]>
Fix removal of tagged image.

`docker rmi` defaults to `latest` if no tag is specified. But if you
have a tagged image, there ...

5e416e62bac98cd22ce6243d97b2e7a0d65c62d0 authored almost 11 years ago by Joe Crobak <[email protected]>
Bump version to 0.29.0

46a61ea401c144c39d36d58cc483abf75e86a353 authored almost 11 years ago by Brian Flad <[email protected]>
Add created and virtual_size attribute setting for current image resources

b4705cd9e325a919c7c59123f4ae43e9290ccfa8 authored almost 11 years ago by Brian Flad <[email protected]>
Add created and status attribute setting current container resources

438e4ca1e1a20db26625abf30bca3d7b7647d3f8 authored almost 11 years ago by Brian Flad <[email protected]>
Remove extraneous installed_tag attribute and tag_match method in image LWRP

db84d7111d7e24edf282f2c6d491270592166a26 authored almost 11 years ago by Brian Flad <[email protected]>
Remove extraneous installed attribute in image LWRP

0cf44dfb710b7248a55b7d462f9c9233cf4a2241 authored almost 11 years ago by Brian Flad <[email protected]>
Use -notrunc for fetching current images in image provider

447763240e8d99dda1bbb7631ab4a390ae99fc9e authored almost 11 years ago by Brian Flad <[email protected]>
Add image id and tag matching to image provider

611b7fba52e29c79a2aa289ec5398a8f4ae7b938 authored almost 11 years ago by Brian Flad <[email protected]>
Rename container matching methods to better align with functionality

95373a25cf7e94d998a2e0a012c7c51bca410ee4 authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #57 from normanjoyner/id_matching

Implement id checking when determining current_resource

57db470c42e1b720b9a943acc404e99ed5dbeb27 authored almost 11 years ago by Brian Flad <[email protected]>
Consistent tab spacing

7a4a8ebaee0b4e79c759c505cddef5da5540bad7 authored almost 11 years ago by Norman Joyner <[email protected]>
Implement id checking when determining @current_resource

61330996a6e16ecdd531316fc389d70aee4581bc authored almost 11 years ago by Norman Joyner <[email protected]>
Refactor docker_inspect id fetching into docker_inspect_id method

d7bd1d43ea3fe22fdee5bd4f53e2db6727b33f89 authored almost 11 years ago by Brian Flad <[email protected]>
Bump version to 0.28.0

0ce85c0e80727ee5f7243aa9700b795bee8e6a92 authored almost 11 years ago by Brian Flad <[email protected]>
Fix image pull action when image not found

e5e306496424687f3ff5c073a006ae754c00ebad authored almost 11 years ago by Brian Flad <[email protected]>
Fix docker_inspect helper method

7c4e1d15e5daf722f8082e10dce1dc1f83244b0f authored almost 11 years ago by Brian Flad <[email protected]>
Add README documentation for docker_image :pull_if_missing

f7f332e26ea02bfc7d95a9ecad8742b6901a3226 authored almost 11 years ago by Brian Flad <[email protected]>
Make LWRP subheaders in README more clear

0761612915eaf1c4d9b820756a117d33d6aef3ba authored almost 11 years ago by Brian Flad <[email protected]>
Rubocop fix for extra line in image provider

2af6d116e3adbe3487b79d3f60c453072517bf9f authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #55 from jhulten/issue54

Add image action pull_if_missing and chg pull to match cli

10cfa735176526f1a8d30a51f53452d5139468a9 authored almost 11 years ago by Brian Flad <[email protected]>
Add Fedora 20 to Test Kitchen

e48352b62fd0ccc6f8a60919cf185c447ed2aa57 authored almost 11 years ago by Brian Flad <[email protected]>
Add image action pull_if_missing and chg pull to match cli

0a5a11884c6e4a64fbcbdf407450001a7856e9a5 authored almost 11 years ago by Jeffrey Hulten <[email protected]>
rubocop: exclude ruby dir

1aca57e4b26dfaa3309c5e6889f6f7162d3cd98d authored almost 11 years ago by Brian Flad <[email protected]>
Remove cyclomatic complexity from container LWRP load_current_resource

a5a88d7c952adf043bdbdab805aa923f20beeceb authored almost 11 years ago by Brian Flad <[email protected]>
Rubocop fixes for Vagrantfile

744a1f36e4af4f1cb5380378f49b03a5f1400df3 authored almost 11 years ago by Brian Flad <[email protected]>
Fix centos5 reference in Vagrantfile

18a0afa45f7cf6e7206aaf30c0c0070a6fce20c5 authored almost 11 years ago by Brian Flad <[email protected]>
Bump version to 0.27.1

78a5458c0785f891cedb79a7f5f1351544b3217b authored almost 11 years ago by Brian Flad <[email protected]>
Fix debug location for matched container

85c83b3092fcec46568a78c0aa5b0116a4b2ab23 authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #51 from normanjoyner/current_resource_fix

current_resource attribute matching should also depend on container_name

dfdce26fcf9fb5f8de21bfa7e00c614c2205da96 authored almost 11 years ago by Brian Flad <[email protected]>
current_resource attributes should only be set if new_resource.container_name is not provided or does not match previously launched container

f90af4cfe2d2bca75c6b791da02f6001c2e7679d authored almost 11 years ago by Norman Joyner <[email protected]>
Update chefspec and kitchen-vagrant dependencies in Gemfile

c94d799785e456fc276a7d40c72cb87c6507e633 authored almost 11 years ago by Brian Flad <[email protected]>
Update rubocop version in Gemfile

2365aeca570248a39410594d5f7be68ef0b2d4df authored almost 11 years ago by Brian Flad <[email protected]>
Bump version to 0.27.0

ee39e799ecc77cd4949198af1e30522546f4bc73 authored almost 11 years ago by Brian Flad <[email protected]>
Remove extraneous comment in cli_args helper

8ef238325aa8eb360882098eb783a108116b8739 authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #48 from realloc/feature/rmfix

Reverse comments in cli_args to fix rm param.

f0ad76a2e7cdb3b58da1cf07e485b8374faa3f5b authored almost 11 years ago by Brian Flad <[email protected]>
Reverse comments in cli_args to fix rm param

d9969f6c745b28516c38ba58185a2c93a6bc24fd authored almost 11 years ago by Stanislav Bogatyrev <[email protected]>
Bump version to 0.26.0

b6181fbb44db35dc698eead2d349676ad9024ab0 authored almost 11 years ago by Brian Flad <[email protected]>
Utilize new storage_type and virtualization_type attributes in default recipe

9681f53651f378d59b206d7fa0ca4f52c8f34990 authored almost 11 years ago by Brian Flad <[email protected]>
Rubocop fix for sysv recipe

9539530d1fd6363b433b8586ea6314c91d323093 authored almost 11 years ago by Brian Flad <[email protected]>
Merge branch 'master' of github.com:bflad/chef-docker

23cfc44af940d700f28423f5ba57b92d7cde45d9 authored almost 11 years ago by Brian Flad <[email protected]>
Use install_dir attribute for docker SysV init script

f0fddc4a9e25e77b8f7562f532dac7a728227285 authored almost 11 years ago by Brian Flad <[email protected]>
Fix mode on docker SysV init script

f1e81415850b0c9391e675fb232ee5af35da089f authored almost 11 years ago by Brian Flad <[email protected]>
Add initial devmapper recipe

b11e8d9bd1766287b90b319c0cdb86f8f5a26db1 authored almost 11 years ago by Brian Flad <[email protected]>
Add initial SysV init script for binary installations

9b3279e8bcd0fc3bb75e86d01e46e3330999affb authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #47 from realloc/feature/debian

Slightly better init script for debian

51dacb68e98638940d98a28d37c268f4eb720c33 authored almost 11 years ago by Brian Flad <[email protected]>
Slightly better init script for debian

9929b8abf2dcfc8edc00af621adedfe6a7cb2a6c authored almost 11 years ago by Stanislav Bogatyrev <[email protected]>
Add storage_type and virtualization_type attributes

65d1f2ca5b3b6bb61ca0007e1a3221212c673b94 authored almost 11 years ago by Brian Flad <[email protected]>
Add no_cache attribute for build action on image LWRP

4a80ed502ad3e3069f4b6d5dc0ccbcc6452acde5 authored almost 11 years ago by Brian Flad <[email protected]>
Switch image LWRP build method to use cli_args method

af944b02dd195220b317f55055fed642e14f4d4f authored almost 11 years ago by Brian Flad <[email protected]>
Alphabetization fixes for #46 merge

240cd8632c257b7c790b206f873bb446e479df4c authored almost 11 years ago by Brian Flad <[email protected]>
Merge pull request #46 from realloc/feature/image_rm

Add 'rm' attribute to image resource.

2b9fda6ed8ed4728b4533863a4ed42e8262f1b59 authored almost 11 years ago by Brian Flad <[email protected]>
Add 'rm' attribute to image resource.

08e3f91b49676fb17d017f6b6ff39e59e4ab1677 authored almost 11 years ago by Stanislav Bogatyrev <[email protected]>
Bump version to 0.25.1

5ea88c3caeaac5899e3227b4d59aba4a3a517d3d authored almost 11 years ago by Brian Flad <[email protected]>
Add missing run attribute for commit action of container LWRP, fixes #44

734419f3d43b1682c429a42f812514557cd27a34 authored almost 11 years ago by Brian Flad <[email protected]>
Minor README formatting fixes

49c1ea0f280baf1d163a5fba1cf5179a860bd51b authored about 11 years ago by Brian Flad <[email protected]>
Bump version to 0.25.0

2941e1f65f5271d7e67b5a7b6bea23b2121c5d00 authored about 11 years ago by Brian Flad <[email protected]>
Hopefully more readable documentation in README

80cef41df6e1909b537bd2041ec932b9e901c8f2 authored about 11 years ago by Brian Flad <[email protected]>
Add missing :: namespace for File class methods

b5223945c7a340696fbbbf2cf7b5b9aa6658a928 authored about 11 years ago by Brian Flad <[email protected]>
Add missing container LWRP container and tag attributes

9d72a952bed7ec983de9bed30b24f373a4ef078a authored about 11 years ago by Brian Flad <[email protected]>
Add tag action to image LWRP

bd6f67af59d7cbf26df7c07eecc52e5b8d567f51 authored about 11 years ago by Brian Flad <[email protected]>
Add push action to image LWRP

b1b5cb4db8f087f2956183299114cd4289912035 authored about 11 years ago by Brian Flad <[email protected]>
Add registry LWRP with login action

69b1b0b400f9255b26829fcd91d2411cc32b5b99 authored about 11 years ago by Brian Flad <[email protected]>
Add insert action to image LWRP

40bd3184f987dd0969aa375345a038fce99983b2 authored about 11 years ago by Brian Flad <[email protected]>
Add local file and directory support to import action of image LWRP

01e8435a049731d4c8b0cf4fb87d8694337692ef authored about 11 years ago by Brian Flad <[email protected]>
Fix missing colon in container LWRP commit tagging

2667fc6ff52b9614d8753820bc7e7e82472e7296 authored about 11 years ago by Brian Flad <[email protected]>
Add export action to container LWRP

1110cbef5933caf2ea7bb127df16dd4b4f9502f4 authored about 11 years ago by Brian Flad <[email protected]>
Fix typo for cp action in README

56511270d88f7754e4f65245c30df5cd826fcd69 authored about 11 years ago by Brian Flad <[email protected]>
Add cp action to container LWRP

9b33fcd73141ec2835d39da979bee4ff2e96b311 authored about 11 years ago by Brian Flad <[email protected]>
Add commit action to container LWRP

631b1bfc73eb7b669dc46692b38b4d0a51e54e99 authored about 11 years ago by Brian Flad <[email protected]>
Of course docker_image save goes to destination, not source

269e5b6a38cf21deb89563241087ccc5770a6f46 authored about 11 years ago by Brian Flad <[email protected]>
Re-add deprecated attributes in image LWRP with warning

aa73a4309f9301f736cf2a6666a1b7a58b633a5f authored about 11 years ago by Brian Flad <[email protected]>
Fix README documentation for image LWRP source attribute

7079285c602287f9d3302002e78aaa1d5657c1f9 authored about 11 years ago by Brian Flad <[email protected]>
Abstract execute_cmd in container and image providers for generic shell_out calls

ce65471e83992a905f7fbb8173a59209a1af77aa authored about 11 years ago by Brian Flad <[email protected]>
Add destination and source attributes to container and image LWRPs, DEPRECATES image LWRP dockerfile, image_url, and path attributes

4486f5492583d041cf995158b7226404222bd298 authored about 11 years ago by Brian Flad <[email protected]>
Add save action to image LWRP

8cd96f84be0cd809fae5ecb4c9b638a57e1976c9 authored about 11 years ago by Brian Flad <[email protected]>
Add load action to image LWRP

a7cf1609684d736db1c58b4ebd71a7458cc6c981 authored about 11 years ago by Brian Flad <[email protected]>