awesome-repositories.com
Blog
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
·

4 repositorios

Awesome GitHub RepositoriesCredential Helpers

Interfaces for integrating CLI tools with system-level security stores.

Distinguishing note: Focuses on the integration mechanism for system keychains.

Explore 4 awesome GitHub repositories matching security & cryptography · Credential Helpers. Refine with filters or upvote what's useful.

Awesome Credential Helpers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • containrrr/watchtowerAvatar de containrrr

    containrrr/watchtower

    24,635Ver en GitHub↗

    Watchtower is a container-based solution designed to automate the lifecycle management of Docker applications. It functions as a background service that monitors running containers, detects when new base image versions are available in registries, and automatically redeploys the containers to ensure they remain synchronized with the latest builds. The project distinguishes itself through its ability to orchestrate complex deployment workflows and maintain service availability during updates. It interacts directly with the container runtime to manage service dependencies and restart sequences,

    Mounts external credential helpers to support non-standard authentication methods for private registries.

    Goautomationcontinuous-deliverydevops
    Ver en GitHub↗24,635
  • 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

    Integrates with external credential helpers to securely retrieve access tokens for remote registries.

    Go
    Ver en GitHub↗15,776
  • googlecontainertools/jibAvatar de GoogleContainerTools

    GoogleContainerTools/jib

    14,327Ver en 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

    Integrates with external credential helpers to securely manage authentication tokens for private container registries during the build process.

    Javacontainersdockerdocker-registry
    Ver en GitHub↗14,327
  • googlecloudplatform/container-diffAvatar de GoogleCloudPlatform

    GoogleCloudPlatform/container-diff

    3,799Ver en GitHub↗

    container-diff is an OCI container image analysis and differencing tool used to audit image composition and identify changes between images. It functions as an image analysis tool for listing files, sizes, and metadata, and as a comparison utility to detect differences in file systems, layer histories, and installed packages. The project distinguishes itself through a plugin-based architecture that allows for custom image analyzer extensions. It utilizes dedicated package-manager parsers to audit software versions and sizes, and employs a layer-based approach to analyze the sequence of creati

    Integrates with external credential helpers to securely authenticate with remote container registries.

    Go
    Ver en GitHub↗3,799
  1. Home
  2. Security & Cryptography
  3. Credential Helpers