11 Commits

Author SHA1 Message Date
Thomas Broyer
5d6a406df1
Fix compatibility with Docker 25+ (#500)
Add support for OCI-compatible Docker images.

Fixes #498
2024-02-02 09:21:05 -05:00
Alex Goodman
d5e8a92968
Rework CI validation workflow and makefile (#460)
* rework CI validation workflow and makefile

* enable push

* fix job names

* fix license check

* fix snapshot builds

* fix acceptance tests

* fix linting

* disable pull request event

* rework windows runner caching

* disable release pipeline and add issue templates
2023-07-06 22:01:46 -04:00
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