9 Commits

Author SHA1 Message Date
zachary-walters
ae996cd718 Updated the deprecated ioutil dependency
The ioutil package has been deprecated as of Go v1.16: https://go.dev/doc/go1.16#ioutil

This commit replaces ioutil functions with their respective io/os functions.
2023-07-06 10:41:54 -04:00
Alejandro Visiedo
ec6b2277b8 docker-archive: Add support for kaniko 2020-10-31 23:12:25 +01:00
Alex Goodman
ed57565910
fix nil log dest; clean tar paths 2019-11-19 09:59:57 -08:00
Alex Goodman
e39e646191
adding docker-archive source option 2019-10-08 18:55:03 -04:00
Alex Goodman
fcb5ec01ef
gofmt 2019-10-07 18:25:53 -04:00
Alex Goodman
2712c1017e
remove reverse iteration for layer display and processing 2019-10-07 12:41:57 -04:00
Alex Goodman
a310732060
add shared layer type (instead of interface) 2019-10-07 12:09:31 -04:00
Alex Goodman
d53d8926bc
stop swallowing errors & cleanup exit logic 2019-10-07 11:44:41 -04:00
Alex Goodman
49c0002a0e
image derived from podman dir (not working) 2019-10-03 23:36:57 -04:00