From e9703630fd5816406c5b0d0530d0b65ca6195bc8 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sat, 27 Jun 2026 17:45:25 +0200 Subject: [PATCH] Downgrade testcontainers to 4.11 Running the .NET Framework integration tests locally (not CI since we don't use the library there) is broken in 4.12. Also add .dockerignore since the image was including 200MB of stuff under bin/. --- Directory.Packages.props | 2 +- test/Renci.SshNet.IntegrationTests/.dockerignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/Renci.SshNet.IntegrationTests/.dockerignore diff --git a/Directory.Packages.props b/Directory.Packages.props index c03b54e08..2deb725af 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,6 +22,6 @@ - + diff --git a/test/Renci.SshNet.IntegrationTests/.dockerignore b/test/Renci.SshNet.IntegrationTests/.dockerignore new file mode 100644 index 000000000..a8eb4de7e --- /dev/null +++ b/test/Renci.SshNet.IntegrationTests/.dockerignore @@ -0,0 +1,3 @@ +* +!server/* +!user/*