2 dépôts
Build plugins that package Java applications into container images.
Distinct from Container Image Packaging: Focuses on language-specific Java packaging, distinct from general container packaging.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Java Packaging Plugins. Refine with filters or upvote what's useful.
Skaffold is a command-line tool that automates the build, push, and deployment lifecycle for containerized applications on Kubernetes. It functions as a continuous development engine, monitoring source code for changes to trigger incremental updates, manifest hydration, and automated deployments to a cluster. By abstracting the underlying build and deployment tools, it provides a unified interface for managing the inner development loop. The platform distinguishes itself through its environment-aware configuration and flexible build orchestration. It supports diverse build strategies, includi
Creates optimized container images for Java applications using specialized build plugins.
Jib is a build plugin for Maven and Gradle that packages Java applications into container images directly within the build lifecycle. By integrating into the standard build process, it eliminates the need for Dockerfiles or a local container daemon to create and store images. The tool constructs images by organizing application artifacts into distinct filesystem layers, which improves cache efficiency and reduces data transfer during registry pushes. It communicates directly with container registries using standard protocols and supports credential helper orchestration to manage authenticatio
Packages Java applications into container images as part of the standard build lifecycle to simplify cloud deployment.