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

Add ClamAV container #1172

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Add ClamAV container #1172

wants to merge 2 commits into from

Conversation

pbolduc
Copy link

@pbolduc pbolduc commented May 9, 2024

What does this PR do?

This PR adds ClamAV container support. It uses the current LTS (1.0.6) version as the default image.

Why is it important?

Having a ClamAV container enables testing client code that depends on ClamAV.

Related issues

n/a

How to test this PR

Build and run the tests container in ClamAvContainerTest in the Testcontainers.ClamAv.Tests project. Two tests validate that a connection can be made to ClamAV and PING and VERSION commands execute correctly.

cd tests/Testcontainers.ClamAv.Tests
dotnet test

Copy link

netlify bot commented May 9, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 3c43a75
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6644fa581c94450008c0f4dd
😎 Deploy Preview https://deploy-preview-1172--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.

@HofmeisterAn HofmeisterAn added enhancement New feature or request module An official Testcontainers module labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module An official Testcontainers module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants