Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 7 contributors

Commits on Jan 15, 2019

  1. Merge pull request #1 from puppetlabs/master

    rebase
    davejrt authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1b5064d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    121d514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510d6b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d0241 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7601717 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    3ece32c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    79d8bcf View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    1c109bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #416 from davejrt/detach_readme

    readme udpate
    gregohardy authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    31e3d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Docker::Services: Add mounts parameter (#421)

    The --mount parameter for Docker services is the equivalent to
    -v/--volume for standalone Docker containers.
    This patch allows to directly specify one or multile values for
    this argument directly as a Puppet parameter.
    This avoids the hassle of having to go through 'extra_params', since
    this is a commonly used option.
    
    https://docs.docker.com/storage/volumes/
    jacksgt authored and davejrt committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    c1283da View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Increase apt pin from 10 to 500 (#425)

    As the default of this module is to install Docker from the offical
    Docker repository, we should also configure the pin accordingly.
    
    Fixes #424.
    baurmatt authored and davejrt committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    cd4592d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    25558b6 View commit details
    Browse the repository at this point in the history
  2. provide a more flexible range for the reboot module

    Dave Try committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    1656e62 View commit details
    Browse the repository at this point in the history
  3. updating changelog and metadata for release

    Dave Try committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    9caaa70 View commit details
    Browse the repository at this point in the history
  4. removing whitespace

    Dave Try committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d5dbd76 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #426 from davejrt/update_reboot

    provide a more flexible range for the reboot module
    carabasdaniel authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    db9fd60 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #427 from puppetlabs/3.3.0

    updating changelog and metadata for release
    carabasdaniel authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d2eb33e View commit details
    Browse the repository at this point in the history
Loading