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: docker/docker-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0
Choose a base ref
...
head repository: docker/docker-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.1
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 18, 2022

  1. docs: install package in ReadTheDocs build (#3032)

    Need to install ourselves so that we can introspect on version
    using `setuptools_scm` in `docs/conf.py`.
    
    Signed-off-by: Milas Bowman <[email protected]>
    milas authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    2494d63 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. ci: use latest stable syntax for Dockerfiles (#3035)

    I noticed one Dockerfile was pinned to 1.4; given that there's a
    backward compatibility guarantee on the stable syntax, the general
    recommendation is to use `dockerfile:1`, which makes sure that the
    latest stable release of the Dockerfile syntax is pulled before
    building.
    
    While changing, I also made some minor changes to some Dockerfiles
    to reduce some unneeded layers.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1c27ec1 View commit details
    Browse the repository at this point in the history
  2. api: add support for floats to docker logs params since / until (#3031)

    Add support for floats to docker logs params `since` / `until` since the
    Docker Engine APIs support it.
    
    This allows using fractional seconds for greater precision.
    
    Signed-off-by: Archi Moebius <[email protected]>
    ArchiMoebius authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    923e067 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. test: use anonymous volume for prune (#3051)

    This is related to moby/moby#44216
    
    Prunes will, by default, no longer prune named volumes, only anonymous ones.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    bc0a5fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. socket: handle npipe close on Windows (#3056)

    Fixes #3045
    
    Signed-off-by: Nick Santos <[email protected]>
    nicks authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3002298 View commit details
    Browse the repository at this point in the history
Loading