Merge pull request #41270 from thaJeztah/remove_dockerproject_from_tests

Remove apt.dockerproject.org from test
This commit is contained in:
Sebastiaan van Stijn 2020-07-28 09:34:02 +02:00 committed by GitHub
commit c430c8d410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1404,7 +1404,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
// Not applicable on Windows as Windows does not support --user
testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
cID := getIDByName(c, "testperm")