Skip to content

Commit b7c28b4

Browse files
loikgloikg
authored andcommitted
feat: make repear wait strategy compatible with new ryuk version
1 parent a00bbb6 commit b7c28b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testcontainers/src/reaper/reaper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async function createNewReaper(sessionId: string, remoteSocketPath: string): Pro
7575
)
7676
.withBindMounts([{ source: remoteSocketPath, target: "/var/run/docker.sock" }])
7777
.withLabels({ [LABEL_TESTCONTAINERS_SESSION_ID]: sessionId })
78-
.withWaitStrategy(Wait.forLogMessage(/.+ Started!/));
78+
.withWaitStrategy(Wait.forLogMessage(/.*Started.*/));
7979

8080
if (process.env.TESTCONTAINERS_RYUK_PRIVILEGED === "true") {
8181
container.withPrivilegedMode();

0 commit comments

Comments
 (0)