diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-28 16:51:29 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-28 16:51:29 -0600 |
| commit | 9b2acb0650f9d6ad39147c4c6d51a3da90482eaf (patch) | |
| tree | e35ca4419d167d6ad94a62452600268f4138f667 /lib/e2e/docker.rb | |
| parent | 741cf1016de0494976319e94df74bb0e23426f65 (diff) | |
test: attempt to remove the --add-host option for clair db
Diffstat (limited to 'lib/e2e/docker.rb')
| -rw-r--r-- | lib/e2e/docker.rb | 2 |
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", |
