- Buildpacks: Cloud Native Buildpacks transform your application source code into images that can run on any cloud.
- Paketo: your app, in your favorite language, ready to run in the cloud
- Dockerfile Maven: integrates Maven with Docker.
- dokcer-maven-plugin:
- Jib: builds optimized Docker and OCI images for your Java applications without a Docker daemon - and without deep mastery of Docker best-practices. It is available as plugins for Maven and Gradle and as a Java library.
- Github Packages Registry: with GitHub Packages, you can safely publish and consume packages within your organization or with the entire world.
- CoverAll: deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open source repos.
- Codecov: the leading, dedicated code coverage solution.
- Renovate: automated dependency updates. Multi-platform and multi-language.
- Dive: a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.
- Java Buildpack Memory Calculator: calculates a holistic JVM memory configuration with the goal of ensuring that applications perform well while not exceeding a container's memory limit and being recycled.