File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more details.
4646| ` TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE ` | ` /var/run/docker.sock ` | Path to Docker's socket used by ryuk |
4747| ` TESTCONTAINERS_RYUK_PRIVILEGED ` | ` false ` | Run ryuk as a privileged container |
4848| ` TESTCONTAINERS_RYUK_DISABLED ` | ` false ` | Disable ryuk |
49- | ` RYUK_CONTAINER_IMAGE ` | ` testcontainers/ryuk:0.7.0 ` | Custom image for ryuk |
49+ | ` RYUK_CONTAINER_IMAGE ` | ` testcontainers/ryuk:0.8.1 ` | Custom image for ryuk |
5050| ` RYUK_RECONNECTION_TIMEOUT ` | ` 10s ` | Reconnection timeout for Ryuk TCP socket before Ryuk reaps all dangling containers |
Original file line number Diff line number Diff line change 99SLEEP_TIME = int (environ .get ("TC_POOLING_INTERVAL" , 1 ))
1010TIMEOUT = MAX_TRIES * SLEEP_TIME
1111
12- RYUK_IMAGE : str = environ .get ("RYUK_CONTAINER_IMAGE" , "testcontainers/ryuk:0.7.0 " )
12+ RYUK_IMAGE : str = environ .get ("RYUK_CONTAINER_IMAGE" , "testcontainers/ryuk:0.8.1 " )
1313RYUK_PRIVILEGED : bool = environ .get ("TESTCONTAINERS_RYUK_PRIVILEGED" , "false" ) == "true"
1414RYUK_DISABLED : bool = environ .get ("TESTCONTAINERS_RYUK_DISABLED" , "false" ) == "true"
1515RYUK_DOCKER_SOCKET : str = environ .get ("TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE" , "/var/run/docker.sock" )
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Configuration
131131+-------------------------------------------+---------------------------------------------------+------------------------------------------+
132132| ``TESTCONTAINERS_RYUK_DISABLED `` | ``false `` | Disable ryuk |
133133+-------------------------------------------+---------------------------------------------------+------------------------------------------+
134- | ``RYUK_CONTAINER_IMAGE `` | ``testcontainers/ryuk:0.7.0 `` | Custom image for ryuk |
134+ | ``RYUK_CONTAINER_IMAGE `` | ``testcontainers/ryuk:0.8.1 `` | Custom image for ryuk |
135135+-------------------------------------------+---------------------------------------------------+------------------------------------------+
136136| ``DOCKER_AUTH_CONFIG `` | ``{"auths": {"<url>": {"auth": "<encoded>"}}} `` | Custom registry auth config |
137137+-------------------------------------------+---------------------------------------------------+------------------------------------------+
You can’t perform that action at this time.
0 commit comments