saltstack-formulas / docker-formula

Install and set up Docker
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
136 stars 330 forks source link

Added few options to containers #244

Closed marek-knappe closed 4 years ago

marek-knappe commented 4 years ago

This change just adding some options that are supported by salt docker module

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

I added fields i needed for docker-compose, there is few more that probably will need to be added in the future as they are not supported by current formula

Pillar / config required to test the proposed changes

Changed example pillar to incorporate changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

pull-assistant[bot] commented 4 years ago
Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Added few options to containers: working_dir, volume_driver, userns_mo...

Powered by Pull Assistant. Last update a569632 ... a569632. Read the comment docs.

myii commented 4 years ago

Merged, thanks for this @marek-knappe. Just one issue encountered, we're using semantic-release on many of our repos, so the commit message formatting is important, as mentioned in the contributing guidelines. Since there was only one commit, I was able to override the commit message upon merging:

-Added few options to containers: working_dir, volume_driver, userns_mode, user
+feat(compose-ng): support working_dir, volume_driver, userns_mode & user
marek-knappe commented 4 years ago

Merged, thanks for this @marek-knappe. Just one issue encountered, we're using semantic-release on many of our repos, so the commit message formatting is important, as mentioned in the contributing guidelines. Since there was only one commit, I was able to override the commit message upon merging:

-Added few options to containers: working_dir, volume_driver, userns_mode, user
+feat(compose-ng): support working_dir, volume_driver, userns_mode & user

Thanks - i was reading instructions and saw failed messages, but i thought it's about documentation here, not the commit. Thank you!

saltstack-formulas-travis commented 4 years ago

:tada: This PR is included in version 0.44.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: