kaniko/pkg/util
Priya Wadhwa 9908eeb30a Use remoteImage function when getting digest for cache
Issue #410 experienced an error with base image caching where they were
"Not Authorized" to get information for a remote image, but later were
able to download and extract the base image.

To fix this, we can switch to using the remoteImage function for getting
information about the digest, which is the same function used for
downloading base images. This way we can also take advantage of the
--insecure and --skip-tls-verify flags if users pass those in when
trying to get digests for the cache as well.
2018-10-26 11:38:32 -07:00
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Improve IsDestDir functionality with filesystem info 2018-10-11 11:11:12 +01:00
command_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
fs_util.go Merge pull request #389 from peter-evans/fix-symlink-extraction 2018-10-18 10:21:23 -07:00
fs_util_test.go Fix handling of volume directive 2018-09-28 11:16:25 +09:00
image_util.go Use remoteImage function when getting digest for cache 2018-10-26 11:38:32 -07:00
image_util_test.go Support insecure pull (#401) 2018-10-22 14:33:41 -07:00
tar_util.go More linting errors 2018-09-11 14:58:25 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00