awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesJava Packaging Plugins

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.

Awesome Java Packaging Plugins GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • googlecontainertools/skaffoldAvatar de GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856Voir sur GitHub↗

    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.

    Gocontainersdeveloper-toolsdocker
    Voir sur GitHub↗15,856
  • googlecontainertools/jibAvatar de GoogleContainerTools

    GoogleContainerTools/jib

    14,327Voir sur GitHub↗

    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.

    Javacontainersdockerdocker-registry
    Voir sur GitHub↗14,327
  1. Home
  2. DevOps & Infrastructure
  3. Container Image Packaging
  4. Java Packaging Plugins