I'm currently considering to migrate a subset jib-gradle-plugin's test over to this plugin, to at least have some smoke testing for releases. Things to tests: * [X] Plugin applies on various supported java and gradle versions * [X] Plugin can build a simple tar * [x] Plugin can build a docker container (should use a real docker daemon) * [x] Plugin can publish to a OCI registry (should use a real registry via test-containers) * [ ] Configuration caching in various scenarios * ???
I'm currently considering to migrate a subset jib-gradle-plugin's test over to this plugin, to at least have some smoke testing for releases.
Things to tests: