File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/testcontainers/src/reaper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Configuration of Testcontainers and its behaviours:
4141| TESTCONTAINERS_RYUK_PORT | 65515 | Set ryuk host port (not recommended) |
4242| TESTCONTAINERS_SSHD_PORT | 65515 | Set SSHd host port (not recommended) |
4343| TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX | mycompany.com/registry | Set default image registry |
44- | RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.12 .0 | Custom image for ryuk |
44+ | RYUK_CONTAINER_IMAGE | testcontainers/ryuk:0.14 .0 | Custom image for ryuk |
4545| SSHD_CONTAINER_IMAGE | testcontainers/sshd:1.3.0 | Custom image for SSHd |
4646| TESTCONTAINERS_REUSE_ENABLE | true | Enable reusable containers |
4747| TESTCONTAINERS_RYUK_VERBOSE | true | Sets RYUK_VERBOSE env var in ryuk container |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Wait } from "../wait-strategies/wait";
88
99export const REAPER_IMAGE = process . env [ "RYUK_CONTAINER_IMAGE" ]
1010 ? ImageName . fromString ( process . env [ "RYUK_CONTAINER_IMAGE" ] ) . string
11- : ImageName . fromString ( "testcontainers/ryuk:0.12 .0" ) . string ;
11+ : ImageName . fromString ( "testcontainers/ryuk:0.14 .0" ) . string ;
1212
1313export interface Reaper {
1414 sessionId : string ;
You can’t perform that action at this time.
0 commit comments