testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.73k stars 262 forks source link

chore: Do not pre-pull cached images #1032

Closed HofmeisterAn closed 10 months ago

HofmeisterAn commented 10 months ago

What does this PR do?

The pull request prevents Testcontainers from pre-pulling (existing) images during the image build process.

Why is it important?

In recent versions, Testcontainers has begun pre-pulling images during the image build process to ensure that the required images are present on the Docker host that runs the image build process. Having the necessary base images (stages) on the Docker host is necessary for a successful image build.

Related issues

-

netlify[bot] commented 10 months ago

Deploy Preview for testcontainers-dotnet ready!

Name Link
Latest commit bc9dc7ef5420d106cb80be2eb02a77f1a92b1eea
Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/653428f3cdbab40007e92ede
Deploy Preview https://deploy-preview-1032--testcontainers-dotnet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.