Releases: offspot/docker-export
Releases · offspot/docker-export
1.2.0
09 Mar 15:14
Compare
Sorry, something went wrong.
No results found
Added
Support for OCI image indexes and manifest (#12 )
1.1.0
30 Jan 11:07
Compare
Sorry, something went wrong.
No results found
Added
get_export_filename(image, platform) for an fs-safe filename
Changed
fs_name now includes image reference and is filesystem safe for all OS.
Default export filename now includes platform as well.
1.0.1
11 Aug 14:22
Compare
Sorry, something went wrong.
No results found
Changed
Default-variant-safe Platform comparison (fixes linux/arm64/v8 not == linux/arm64)
1.0.0
10 Aug 17:07
Compare
Sorry, something went wrong.
No results found
Added
Image.exists()/image_exists() function to check registry for an image+platform
Image.get_digest()/get_image_digest() function to retrieve unique image+platform digest
Proper type hints
Changed
Fixed Python 3.8 and 3.9 usage (was using 3.10+ specific feature)
Removed
Support for python 3.6 and 3.7 (both EOL)