Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Updates docker api to version v25 from v24, testcontainers-go from v0.20.0 to v0.29.1 #31632

Merged

Commits on Mar 21, 2024

  1. Copy the full SHA
    fe656d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ea90dc View commit details
    Browse the repository at this point in the history
  3. Update to testcontainers-go@v0.29.1 and docker/docker@v25.0.5+incompa…

    …tible
    
    Ran the following
    ```
    find -name go.mod -exec grep -l testcontainers/testcontainers-go {}  \; -execdir go get -x github.com/testcontainers/testcontainers-go@v0.29.1 \; \
    && find -name go.mod -exec grep -l testcontainers/testcontainers-go {}  \; -execdir go mod tidy -compat=1.21 \; \
    && find -name go.mod -exec grep -l docker/docker {} \; -execdir go get -x github.com/docker/docker@v25.0.5+incompatible \; \
    && find -name go.mod -exec grep -l docker/docker {}  \; -execdir go mod tidy -compat=1.21 \;
    ```
    then in internal/metadataproviders ran the following in response to go complaints
    ```
    go get github.com/distribution/reference # Claimed this needed import
    go get google.golang.org/genproto/googleapis/api/httpbody # claimed ambiguous
    go get google.golang.org/genproto/googleapis/rpc/status # claimed ambiguous
    ```
    hughesjj committed Mar 21, 2024
    Copy the full SHA
    bf197b1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    237d327 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8d9228a View commit details
    Browse the repository at this point in the history
  6. lintfix

    hughesjj committed Mar 21, 2024
    Copy the full SHA
    66dbed5 View commit details
    Browse the repository at this point in the history
  7. go tidy

    hughesjj committed Mar 21, 2024
    Copy the full SHA
    7e1b39a View commit details
    Browse the repository at this point in the history
  8. try a newer image

    hughesjj committed Mar 21, 2024
    Copy the full SHA
    419581c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a3af3d8 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2b4cf41 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4c47242 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. make tidy

    hughesjj committed Mar 22, 2024
    Copy the full SHA
    03933cd View commit details
    Browse the repository at this point in the history