kaniko/pkg
Christie Wilson 5f9fb2cb8d Fix remote URL test (#237)
When this test was originally created, an HTTP get to
`https://url.com/something/not/real` probably failed, but now it
will return a `503`, i.e. the `http.Get` call will succeed.

This test will now use a URL which should not reasonable ever
succeed (famous last words). Alternatively we could use dependency
injection and mock `http.Get` but it doesn't seem worth it.

This commit also updates the test to use `Run` to run each test
in the table test as a separate test so we can get a clear indication
which cases fail and which succeed.
2018-07-17 17:21:51 -07:00
..
buildcontext Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
commands dep update go-containerregistry 2018-06-03 00:59:34 +00:00
constants Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
dockerfile adding reproducible flag (#205) 2018-06-22 12:00:44 -07:00
executor Fix bug in copy command by refactoring whitelist checks (#231) 2018-07-10 08:23:35 -07:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
snapshot Fix bug in copy command by refactoring whitelist checks (#231) 2018-07-10 08:23:35 -07:00
util Fix remote URL test (#237) 2018-07-17 17:21:51 -07:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00