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-java/docker-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ddfaf56
Choose a base ref
...
head repository: docker-java/docker-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b7adae
Choose a head ref
  • 10 commits
  • 38 files changed
  • 8 contributors

Commits on Feb 22, 2022

  1. Stabilize tests

    bsideup committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    8253a99 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    3ea46f9 View commit details
    Browse the repository at this point in the history
  2. Bump jna from 5.8.0 to 5.12.1 (#1898)

    Bumps [jna](https://github.com/java-native-access/jna) from 5.8.0 to 5.12.1.
    - [Release notes](https://github.com/java-native-access/jna/releases)
    - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
    - [Commits](java-native-access/jna@5.8.0...5.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    83f95f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

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

Commits on Sep 26, 2022

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

Commits on Oct 6, 2022

  1. Add support for reference query param in List Images (#1941)

    `filter` query param was removed in Docker API 1.41. Using `reference`
    query param will allow to use format <image-name>[:<tag>]. Also, 
    `withFilter(String name, Collection<String> value)` is provided.
    
    Fixes #1935
    eddumelendez authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3951333 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    d7db365 View commit details
    Browse the repository at this point in the history
  2. Improve getting_started.md (#1966)

    Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
    aryeh and eddumelendez authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f6f9d67 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    9b7adae View commit details
    Browse the repository at this point in the history
Loading