testcontainers-cpp/0.1.0: new recipe#30600
Open
cppudge wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0141x8KrNdD9NfmCh1vSMbpg
cppudge
force-pushed
the
testcontainers-cpp-0.1.0
branch
from
July 9, 2026 21:39
ddbcb88 to
13d587e
Compare
cppudge
added a commit
to cppudge/testcontainers-cpp
that referenced
this pull request
Jul 12, 2026
The stale claims the audit pinned: seven wait strategies (was "six", two places), test counts refreshed (~560 unit + ~210 integration), mutual TLS is verified end to end in CI (the tls-e2e dind job - the Remote row and the Known-gaps sentence said otherwise), and the ConanCenter wording now points at the in-review PR conan-io/conan-center-index#30600 instead of "planned right after v0.1.0". Status gains the modules-layer bullet (on main; ships with 0.2.0), and Quick start gains a PostgreSQL module snippet - the 0.2.0 headline feature had no example. Version-specific bits (requires 0.1.0, the Status headline) deliberately stay until the release pass. Opus review: SHIP; the one nit applied (gtest include in the snippet). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0141x8KrNdD9NfmCh1vSMbpg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes to recipe: testcontainers-cpp/0.1.0
Motivation
New recipe — fixes #30599. testcontainers-cpp is a native C++ implementation of Testcontainers (throwaway Docker containers for integration tests), talking to the Docker Engine HTTP API directly. There is currently no Testcontainers implementation on ConanCenter. I am the library author and intend to maintain the recipe.
Details
recipes/testcontainers-cpp:config.yml+all/+ a test_package thatfind_packages, links, and runs without a Docker daemon (prints the library and dependency versions only).v0.1.0release tarball by sha256.validate()enforcescppstd >= 20and compiler floors (gcc 12, clang 15, msvc 193, apple-clang 15).shared/fPIC:tls(thehttps://transport) andhost_port_forwarding(an sshd-sidecar tunnel; needs libssh2). Disabling both removes OpenSSL from the dependency graph entirely.shared=Trueon Windows raisesConanInvalidConfiguration(the sources carry no symbol-export macros).boost— header-only usage,cpp_info.requiresscopes consumers toboost::headers;nlohmann_json;libarchive; optionalopenssl/[>=3 <4](within the documented openssl range exception — the floor is 3 because that is what upstream builds and tests against) andlibssh2.find_package(testcontainers)/testcontainers::testcontainers; upstream-installed CMake config files are removed inpackage()in favour of CMakeDeps.