-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Bug]: IOutputConsumer is never invoked #1030
Comments
I think this is already fixed (#959), please try the latest version. |
Unfortunately, I'm blocked due to the regression in ARG handling. I updated the original comment, but I think you had already responded by then. Quick response time 😊 |
Argh, that is annoying. I ran your Dockerfile, and indeed, it throws the same error - unexpected 😬. I am very sorry for the inconvenience. I have already improved resolving the base images in the Regarding this issue, I am not sure how we should proceed. I do not intend to work on a patch version, aka |
@goldsam, do you mind testing the recent changes in the |
Testcontainers version
3.3.0
Using the latest Testcontainers version?
No
Host OS
Windows
Host arch
x64
.NET version
7.0.304
Docker version
Docker info
Client: Cloud integration: v1.0.35+desktop.5 Version: 24.0.6 API version: 1.43 Go version: go1.20.7 Git commit: ed223bc Built: Mon Sep 4 12:32:48 2023 OS/Arch: windows/amd64 Context: default Server: Docker Desktop 4.24.2 (124339) Engine: Version: 24.0.6 API version: 1.43 (minimum version 1.12) Go version: go1.20.7 Git commit: 1a79695 Built: Mon Sep 4 12:32:16 2023 OS/Arch: linux/amd64 Experimental: false
What happened?
Created a customer
IOutputConsumer
implementation and placed breakpoints on every public property. None of these properties are ever invoked and nothing is ever written toStdOut
orStdErr
properties.Relevant log output
No response
Additional information
I am unable to use a newer version that 3.3.0 due to #980. Although this feature was marked obsolete in this release, it was later reintroduced by #959
The text was updated successfully, but these errors were encountered: