kaniko/pkg/util
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
..
bucket_util.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
command_util.go Fix bug in snapshotting 2018-06-21 14:07:59 -07:00
command_util_test.go Fix remote URL test (#237) 2018-07-17 17:21:51 -07:00
fs_util.go Fix bug in copy command by refactoring whitelist checks (#231) 2018-07-10 08:23:35 -07:00
fs_util_test.go Fix bug in copy command by refactoring whitelist checks (#231) 2018-07-10 08:23:35 -07:00
tar_util.go Switch from containers/image to go-containerregistry (#140) 2018-04-25 19:21:05 -07:00
tar_util_test.go Add whiteout handling by switching to a two-phase approach. (#139) 2018-04-23 12:50:21 -07:00
util.go Track file ownership and use file ownership from base images (#209) 2018-06-22 15:11:02 -07:00