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: SmartManoj/docker-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 18, 2025

  1. feat(docker/api/container): add support for subpath in volume_opts

    TESTED: Yes, added unit tests to verify subpath functionality
    Signed-off-by: Khushiyant <[email protected]>
    Khushiyant committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    820769e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. integration: adjust tests for omitted "OnBuild"

    The Docker API may either return an empty "OnBuild" or omit the
    field altogether if it's not set.
    
    Adjust the tests to make either satisfy the test.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed May 21, 2025
    Configuration menu
    Copy the full SHA
    e5c3eb1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Merge pull request docker#3336 from thaJeztah/fix_onbuild_assert

    integration: adjust tests for omitted "OnBuild"
    thaJeztah authored May 22, 2025
    Configuration menu
    Copy the full SHA
    526a9db View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Merge pull request docker#3270 from Khushiyant/volume-subpath

    Implement Subpath Support for Volumes in Docker-Py (docker#3243)
    vvoland authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    6e6a273 View commit details
    Browse the repository at this point in the history
Loading