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: angstwad/docker.ubuntu Loading
base: v3.7.0
Choose a base ref
...
head repository: angstwad/docker.ubuntu Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Dec 18, 2018

  1. Permit to provide proxies for installation

    t.fouchard authored and angstwad committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    6edfac4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Prevent an ansible warning

    Currently for this step ansible outputs a warning
    "flush_handlers task does not support when conditional"
    which this change prevents.
    joelnb authored and angstwad committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    38385c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Make ansible-lint happy

    alexclear authored and angstwad committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6477d27 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    9c7f9d6 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    angstwad committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e57e367 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Explicitly install cli package

    The docker-ce package depends on docker-ce-cli unconstrained, this
    can lead to problems where the cli package is too new to communicate
    with the daemon. This patch adds an explicit install task for the
    cli package, so that it's version can be overridden if necessary.
    
    Related conjurinc/ops#569
    hughsaunders authored and angstwad committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    324e8bf View commit details
    Browse the repository at this point in the history
Loading