summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-28 16:51:29 -0600
committermo khan <mo.khan@gmail.com>2020-10-28 16:51:29 -0600
commit9b2acb0650f9d6ad39147c4c6d51a3da90482eaf (patch)
treee35ca4419d167d6ad94a62452600268f4138f667
parent741cf1016de0494976319e94df74bb0e23426f65 (diff)
test: attempt to remove the --add-host option for clair db
-rw-r--r--lib/e2e/docker.rb2
1 files changed, 1 insertions, 1 deletions
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",