This is an automated email from the ASF dual-hosted git repository.

cmarcum pushed a commit to branch task/geb-testcontainers
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit e1d1429e63391ba055a5cd6e37af23b657c829b0
Author: Carl Marcum <[email protected]>
AuthorDate: Thu Feb 26 19:02:01 2026 -0500

    remove unneeded testcontainer setting from dockerfile.
---
 Dockerfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 7208b92c..ddecce9a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,11 +52,6 @@ ENV LC_ALL=C.UTF-8
 # Set up Xvfb to start automatically
 ENV DISPLAY=:99
 
-# Configure Testcontainers to use the Docker daemon
-ENV DOCKER_HOST=unix:///var/run/docker.sock
-ENV TESTCONTAINERS_RYUK_DISABLED=true
-ENV TESTCONTAINERS_CHECKS_DISABLE=true
-ENV TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
 ENV CI=true
 
 # Create an entrypoint script

Reply via email to