Skip to content

MaxWenzel/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

devops

Java Packaging

  • 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.

Container Registry

  • Github Packages Registry: with GitHub Packages, you can safely publish and consume packages within your organization or with the entire world.

Quality

  • 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.

Bots

  • Renovate: automated dependency updates. Multi-platform and multi-language.

Tools

  • 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.

Articles

Howto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published