If you're using a private registry, you’ll need to configure Testcontainers to pull the Ryuk image from your internal registry. You can do this by creating a .testcontainers.properties file in your user directory (windows: e.g., C:/Users/YourUsername/.testcontainers.properties) with the following configuration:
If you're using a private registry, you’ll need to configure Testcontainers to pull the Ryuk image from your internal registry. You can do this by creating a
.testcontainers.properties
file in your user directory (windows: e.g.,C:/Users/YourUsername/.testcontainers.properties
) with the following configuration:This ensures Testcontainers pulls the Ryuk image from your registry, which is necessary for container cleanup.
See here for more details
Originally posted by @jascenc1 in https://github.com/sebastianwessel/surrealdb-client-generator/issues/60#issuecomment-2329873016