From 9b2acb0650f9d6ad39147c4c6d51a3da90482eaf Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 28 Oct 2020 16:51:29 -0600 Subject: test: attempt to remove the --add-host option for clair db --- lib/e2e/docker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/e2e/docker.rb') diff --git a/lib/e2e/docker.rb b/lib/e2e/docker.rb index 5cc3df8..4033663 100644 --- a/lib/e2e/docker.rb +++ b/lib/e2e/docker.rb @@ -24,7 +24,7 @@ class Docker Dir.chdir pwd do arguments = [ :docker, :run, '--rm', - "--add-host=clair-vulnerabilities-db:127.0.0.1", + #"--add-host=clair-vulnerabilities-db:127.0.0.1", "--add-host=maven.test:127.0.0.1", "--network=host", "--volume=#{project_path}:/tmp/app", -- cgit v1.2.3