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

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

commit a184185a88500e28ae28353a1823339cd96d3bf8
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