awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • googlecontainertools/skaffoldAvatar von GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,856
  • googlecontainertools/jibAvatar von GoogleContainerTools

    GoogleContainerTools/jib

    14,327Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,327
  1. Home
  2. DevOps & Infrastructure
  3. Container Image Packaging
  4. Java Packaging Plugins