fix: authentication tests on WSL by stevenh · Pull Request #2706 · testcontainers/testcontainers-go

@stevenh

Fix docker auth tests to run on WSL by using the local IP instead
of localhost, which can be unreliable.

While there refactor the tests to use a helper instead of hand coding
each environment setup.

Remove duplicate logging about terminating container as default hooks
already provide this.

@mdelapenya mdelapenya added the chore

Changes that do not impact the existing functionality

label

Aug 19, 2024

@mdelapenya

mdelapenya

mdelapenya added a commit that referenced this pull request

Aug 22, 2024
* main:
  chore(deps): bump github/codeql-action from 3.24.9 to 3.25.15 (#2677)
  fix: use of log.Fatal in main (#2739)
  chore: prepare for next minor development cycle (0.34.0)
  chore: use new version (v0.33.0) in modules and examples
  fix: authentication tests on WSL (#2706)
  fix(registry): compatibility with WSL (#2705)