fix: handle 127 error code for podman compatibility by vchandela · Pull Request #2778 · testcontainers/testcontainers-go

stevenh

stevenh

stevenh

mdelapenya

stevenh

stevenh

stevenh

@vchandela

@vchandela

…error and switch case instead of if-else-if

@vchandela

@vchandela

@vchandela

…ategyTarget to MockStrategyTarget to avoid export errors; run make lint

mdelapenya

mdelapenya added a commit that referenced this pull request

Sep 20, 2024
* main:
  feat: support databend module (#2779)
  chore: golangci-lint 1.61.0 (#2787)
  fix(mssql): bump Docker image version (#2786)
  fix: handle 127 error code for podman compatibility (#2778)
  fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (#2775)
  feat(mongodb): Wait for mongodb module with a replicaset to finish (#2777)
  fix(postgres): Apply default snapshot name if no name specified (#2783)

mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request

Sep 23, 2024

mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request

Sep 23, 2024

mdelapenya added a commit that referenced this pull request

Sep 26, 2024
* main: (29 commits)
  fix: template for code generation (#2800)
  fix: update module path (#2797)
  fix: container logging deadlocks (#2791)
  chore: use a much smaller image for testing (#2795)
  fix: parallel containers clean race (#2790)
  fix(registry): wait for (#2793)
  fix: container timeout test (#2792)
  docs: document redpanda options (#2789)
  feat: support databend module (#2779)
  chore: golangci-lint 1.61.0 (#2787)
  fix(mssql): bump Docker image version (#2786)
  fix: handle 127 error code for podman compatibility (#2778)
  fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (#2775)
  feat(mongodb): Wait for mongodb module with a replicaset to finish (#2777)
  fix(postgres): Apply default snapshot name if no name specified (#2783)
  fix: resource clean up for tests and examples (#2738)
  ci: add generate for mocks (#2774)
  fix: docker config error handling when config file does not exist (#2772)
  docs: refine heading badges in README (#2770)
  feat(wait): for file (#2731)
  ...