Skip to content

0.4.0

Compare
Choose a tag to compare
@SgtSilvio SgtSilvio released this 18 Dec 17:41
· 516 commits to main since this release

🌟 Features

  • Added OciRegistry.credentials() that automatically uses the registry name as the credentials identity
  • Allow mapping of OciRegistry.url by default
    • Via a Gradle property with the url as key
    • Example: https\://registry-1.docker.io=<my-docker-hub-mirror> in ~/.gradle.properties
    • Added OciRegistry.finalUrl that exposes the mapped url
  • Allow to specify digests as a version
    • Example: add("library:eclipse-temurin:sha256!56be7e97bc4d2fffafdda7e8198741fd96513bc12f05d6da9f18c2577a1d5649")
    • If the version is a digest, it will be automatically verified

✨ Improvements

  • Removed usage of afterEvaluate
  • Support - in digests (theoretically allowed to be used, although not currently)

ℹ️ Miscellaneous

  • Updated dependencies