-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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]: bash shell required for InternalCommandPortListeningCheck #6730
Comments
If I check Line 35 in 000cba7
I see there a Is this intended? |
I just run into this problem when trying to run a Turns out, that it was a red-herring in my case, although it the command failed it wasn't the actual problem. |
Hi @leonard84 and @longliveenduro, I'm the author of #2195. The idea is this: Lines 30 to 36 in 000cba7
The |
Is it possible to optionally disable this check? I'm using spicedb which uses chainguard it doesn't even have sh. Then the check always fails and I'm never able to reuse the image |
Module
Core
Testcontainers version
1.17.6
Using the latest Testcontainers version?
Yes
Host OS
Ubutntu
Host Arch
x86
Docker version
Client: Docker Engine - Community Version: 23.0.1 API version: 1.42 Go version: go1.19.5 Git commit: a5ee5b1 Built: Thu Feb 9 19:46:56 2023 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 23.0.1 API version: 1.42 (minimum version 1.12) Go version: go1.19.5 Git commit: bc3805a Built: Thu Feb 9 19:46:56 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.18 GitCommit: 2456e983eb9e37e47538f59ea18f2043c9a73640 runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0
What happened?
I try to create a docker compose test and it spins up correctly. My base image is alpine which has no bash.
Then I get a
Additional Information
No response
The text was updated successfully, but these errors were encountered: