Skip to content

Releases: offspot/docker-export

1.1.0

30 Jan 11:07
c1a5aba
Compare
Choose a tag to compare

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
4bb6cb3
Compare
Choose a tag to compare

Changed

  • Default-variant-safe Platform comparison (fixes linux/arm64/v8 not == linux/arm64)

1.0.0

10 Aug 17:07
3411951
Compare
Choose a tag to compare

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)