awesome-repositories.comCategoríasBlog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GoogleContainerTools avatar

GoogleContainerTools/jib

0
View on GitHub↗
14,327 estrellas·1,468 forks·Java·apache-2.0·15 vistas

Jib

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 authentication for private environments.

The build process enforces reproducibility by stripping timestamps and maintaining consistent file ordering, ensuring that identical source inputs consistently produce the same image output. This approach enables container image construction in restricted environments, such as continuous integration pipelines, where a full container runtime is unavailable.

Features

  • Container Build Tools - Provides a build plugin that creates optimized container images for Java applications directly from the build process.
  • Container Image Packaging - Creates optimized container images for applications directly during the build process without requiring a local container daemon.
  • Java Packaging Plugins - Packages Java applications into container images as part of the standard build lifecycle to simplify cloud deployment.
  • Custom Container Images - Builds optimized container images directly from application source code without requiring a local container daemon or complex build scripts.
  • Daemonless Container Engines - Enables container image creation directly within the build process without requiring a local container daemon or runtime.
  • Continuous Delivery and GitOps - Tool for building container images for Java applications.
  • Deployment Automation - Container image builder for Java applications.
  • Registry Authentication Providers - Configures secure credentials for container registries to ensure authorized access during automated build and deployment workflows.
  • Reproducible Builds - Enforces reproducible builds by stripping timestamps and maintaining consistent file ordering to ensure deterministic image outputs.
  • Layered Construction - Organizes application artifacts into distinct filesystem layers to maximize cache efficiency and minimize data transfer during image pushes.
  • Container Registries - Provides a utility that handles authentication and image pushing to remote container registries during automated build workflows.

Historial de estrellas

Gráfico del historial de estrellas de googlecontainertools/jibGráfico del historial de estrellas de googlecontainertools/jib

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace googlecontainertools/jib?

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.

¿Cuáles son las características principales de googlecontainertools/jib?

Las características principales de googlecontainertools/jib son: Container Build Tools, Container Image Packaging, Java Packaging Plugins, Custom Container Images, Daemonless Container Engines, Continuous Delivery and GitOps, Deployment Automation, Registry Authentication Providers.

¿Qué alternativas de código abierto existen para googlecontainertools/jib?

Las alternativas de código abierto para googlecontainertools/jib incluyen: yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… googlecontainertools/kaniko — Kaniko is an OCI container image builder that executes Dockerfiles in userspace without requiring a privileged daemon.… zenml-io/zenml — ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning… containers/toolbox — Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and… genuinetools/img — img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions… moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for…

Alternativas open-source a Jib

Proyectos open-source similares, clasificados según cuántas características comparten con Jib.
  • yeasy/docker_practiceAvatar de yeasy

    yeasy/docker_practice

    26,111Ver en GitHub↗

    This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad

    Gobookcloud-computingcontainer
    Ver en GitHub↗26,111
  • googlecontainertools/kanikoAvatar de GoogleContainerTools

    GoogleContainerTools/kaniko

    15,776Ver en GitHub↗

    Kaniko is an OCI container image builder that executes Dockerfiles in userspace without requiring a privileged daemon. It is designed as a Kubernetes-native image builder, allowing for the construction and pushing of images to registries from within a cluster or container. The tool ensures reproducible build generation by stripping timestamps from image layers, guaranteeing that identical source inputs produce the same image identifier. It supports multi-architecture image building, allowing for the creation of images compatible with various hardware and operating systems from a single proces

    Go
    Ver en GitHub↗15,776
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Ver en GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Pythonagentopsagentsai
    Ver en GitHub↗5,451
  • containers/toolboxAvatar de containers

    containers/toolbox

    3,250Ver en GitHub↗

    Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and SDKs inside containers. It functions as a Linux distribution sandbox and a host-integrated container runtime, allowing users to run native package managers and software without modifying the host operating system. The project differentiates itself by bridging isolated containers with the host system through the mapping of user identities, network sockets, and home directories. It utilizes a daemonless engine to provide these environments while ensuring that system configurati

    Shellcontainerslinux
    Ver en GitHub↗3,250
  • Ver las 30 alternativas a Jib→