awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • googlecontainertools/skaffoldالصورة الرمزية لـ GoogleContainerTools

    GoogleContainerTools/skaffold

    15,856عرض على 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
    عرض على GitHub↗15,856
  • googlecontainertools/jibالصورة الرمزية لـ GoogleContainerTools

    GoogleContainerTools/jib

    14,327عرض على 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
    عرض على GitHub↗14,327
  1. Home
  2. DevOps & Infrastructure
  3. Container Image Packaging
  4. Java Packaging Plugins