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: 7.0.0b2
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: 7.0.0b3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 5, 2023

  1. fix: validate tag before build using OCI regex (#3191)

    Sources:
     * https://github.com/opencontainers/distribution-spec
     * https://docs.docker.com/engine/reference/commandline/tag/
    
    Closes #3153.
    ---------
    
    Signed-off-by: Daniel Lombardi <lombardi.daniel.o@gmail.com>
    LombardiDaniel authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9b5494 View commit details
    Browse the repository at this point in the history
  2. feat: accept all / filters / keep_storage in prune_builds (#3192)

    Added in API v1.39.
    
    ---------
    
    Signed-off-by: Emran Batmanghelich <emran.bm@gmail.com>
    emranbm authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3d0a3f1 View commit details
    Browse the repository at this point in the history
Loading