docker-registry

Top 23 docker-registry Open-Source Projects

  • awesome-docker

    :whale: A curated list of Docker resources and projects

  • jib

    🏗 Build container images for your Java applications.

  • Project mention: Nix is a better Docker image builder than Docker's image builder | news.ycombinator.com | 2024-03-15
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kraken

    P2P Docker registry capable of distributing TBs of data in seconds

  • Project mention: BTFS (BitTorrent Filesystem) | news.ycombinator.com | 2024-04-15

    https://github.com/uber/kraken?tab=readme-ov-file#comparison...

    "Kraken was initially built with a BitTorrent driver, however, we ended up implementing our P2P driver based on BitTorrent protocol to allow for tighter integration with storage solutions and more control over performance optimizations.

    Kraken's problem space is slightly different than what BitTorrent was designed for. Kraken's goal is to reduce global max download time and communication overhead in a stable environment, while BitTorrent was designed for an unpredictable and adversarial environment, so it needs to preserve more copies of scarce data and defend against malicious or bad behaving peers.

    Despite the differences, we re-examine Kraken's protocol from time to time, and if it's feasible, we hope to make it compatible with BitTorrent again."

  • DockerCheatSheet

    🐋 Docker Cheat Sheet 🐋 (by eon01)

  • docker-registry-ui

    The simplest and most complete UI for your private registry

  • reg

    Docker registry v2 command line client and repo listing generator with security checks.

  • zarf

    DevSecOps for Air Gap & Limited-Connection Systems. https://zarf.dev/

  • Project mention: Zarf: K8s in Airgapped Environments | news.ycombinator.com | 2024-01-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • login-action

    GitHub Action to login against a Docker registry

  • Project mention: Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions | dev.to | 2023-10-05

    name: Lint and Dockerize the app on: push: branches: [master] pull_request: branches: [master] env: # Use docker.io for Docker Hub if empty REGISTRY: docker.io # github.repository as / IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Google Cloud uses: google-github-actions/[email protected] with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} # if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} # Extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action #- name: Extract Docker metadata # id: meta # uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 # with: # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image uses: docker/build-push-action@v2 with: context: ./ tags: ${{ secrets.DOCKER_USERNAME }}/magga:latest push: true file: ./Dockerfile - name: Image digest run: echo

  • docker-registry-proxy

    An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)

  • manifest-tool

    Command line tool to create and query container image manifest list/indexes

  • Fast-Docker

    This repo covers containerization and Docker Environment: Docker File, Image, Container, Commands, Volumes, Networks, Swarm, Stack, Service, possible scenarios.

  • ipdr

    🐋 IPFS-backed Docker Registry

  • klar

    Integration of Clair and Docker Registry

  • ormb

    Docker for Your ML/DL Models Based on OCI Artifacts

  • docker-registry-browser

    🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

  • mash-playbook

    🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server

  • Project mention: Adding a new Ghost via docker-compose to your traefik setup | dev.to | 2024-02-02

    Sometimes the easiest and quickest way to try (or even deploy) a new service is by using the recommended docker-compose-setup that they often have as an example. But if you have an existing infrastructure, like we do with the great mother of all self-hosting ansible playbooks, this isn't always easy to integrate. In particular when that infrastructure is managed and started and stopped independently from the additional docker-compose you intend to add. Lucky, who is running their out-most proxy using traefik, because with just a few extra labels your docker-compose becomes available TLS-certs included.

  • registry-ui

    Web UI for Docker Registry

  • deckschrubber

    Deckschrubber inspects images of a Docker Registry and removes those older than a given age. :high_brightness::ship:

  • hocker

    Utilities for interacting with the docker registry and generating nix build instructions

  • saffire

    [alpha] Controller to override image sources in the event that an image cannot be pulled.

  • imagesync

    A tool to copy/sync docker images between registries without docker deamon

  • Project mention: Sync container images across registries | /r/docker | 2023-11-12

    I wrote a tool named imagesync, to allow myself to sync images across registries. The main goal was to be able to sync entire repositories with filtering and multi-arch support. Sharing in case someone has a similar use-case.

  • helm-image-mirror

    Push helm charts and images used in helm charts to different chart repositories and docker image registries

  • docker-nginx-stable

    Devilbox's Nginx stable (based on official Nginx Docker) [multi-arch]

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

docker-registry related posts

  • Resilient image cache/mirror

    4 projects | /r/kubernetes | 2 Jun 2023
  • Where's the lancache.net for software packages?

    2 projects | /r/selfhosted | 27 Apr 2023
  • DockerHub replacement stratagy and options

    5 projects | /r/ipfs | 16 Mar 2023
  • Docker is deleting Open Source organisations - what you need to know

    1 project | /r/linux | 15 Mar 2023
  • Remove unused image from private registry

    2 projects | /r/docker | 2 Jan 2023
  • How to manage the images present in a Docker Registry?

    4 projects | /r/docker | 30 May 2022
  • Running a container registry on a Raspberry Pi 4

    4 projects | /r/kubernetes | 28 May 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source docker-registry projects? This list will help you:

Project Stars
1 awesome-docker 28,847
2 jib 13,449
3 kraken 5,909
4 DockerCheatSheet 3,620
5 docker-registry-ui 2,269
6 reg 1,640
7 zarf 1,233
8 login-action 970
9 docker-registry-proxy 856
10 manifest-tool 706
11 Fast-Docker 548
12 ipdr 524
13 klar 506
14 ormb 448
15 docker-registry-browser 441
16 mash-playbook 383
17 registry-ui 357
18 deckschrubber 252
19 hocker 112
20 saffire 109
21 imagesync 34
22 helm-image-mirror 25
23 docker-nginx-stable 18

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com