dockertest
dockertest copied to clipboard
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
Docker/Mobi now has two builders: the classic one, and the one that comes under the buildx command ("BuildKit"). This new plugin adds better support for multi-platform images https://docs.docker.com/build/buildx/multiplatform-images/. This small...
I have a build script that runs multiple tests in parallel. They appear to be connecting to the same docker host. All the tests have a `TestMain`, which creates a...
**Describe the bug** `Resource.Exec` should wait for the command to finish before returning, otherwise the exit code it returns (which it gets from `InspectExec`) is always `0`. Even for an...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
Support pulling images from registries using docker credentials helper. Backported auth related changes from go-dockerclient, when image is not found locally and image contains registry name credential helper will be...
https://github.com/ory/dockertest/blob/7b2512856bc26173841ee4a13a46755dc5d08ba4/.github/ISSUE_TEMPLATE/config.yml#L4 That link to the forum is dead.
The section **Installing and using Dockertest** in the `README.md` show the two commands (?) `go` and `dep`. They are not installed by default on Debian and I assume Windows also....
**Is your feature request related to a problem? Please describe.** I do not run Docker locally anymore I only run it via remote on a separate workstation or in the...
**Describe the bug** [L329](https://github.com/ory/dockertest/blob/v3/dockertest.go#L331) in dockertest.go currently overwrites the values of RunOpts.Repository with the Name value for the container. This prevents BuildAndRunWithBuildOptions and any functions that call it from creating...
**Describe the bug** The Cassandra example does not work. I am not sure what has changed, but the session consistently errors within the retry with the following: `connect: connection refused`....