Skip to content

wodby/docker-registry-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Registry Authentication Server Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Docker Images

For better reliability we release images with stability tags (wodby/docker-registry-auth:1-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

  • All images are based on Alpine Linux
  • Base image: wodby/alpine

Supported tags and respective Dockerfile links:

Environment Variables

Variable Default Value Description
REGISTRY_AUTH_ADMIN_PASSWORD
REGISTRY_AUTH_ADMIN_USER admin
REGISTRY_AUTH_PUBLIC_PULL_ACCOUNT
REGISTRY_AUTH_CALLBACK_AUTH
REGISTRY_AUTH_CALLBACK_AUTHZ
REGISTRY_AUTH_CERT
REGISTRY_AUTH_EXPIRATION 3600
REGISTRY_AUTH_ISSUER Example issuer
REGISTRY_AUTH_KEY
REGISTRY_AUTH_USERS

Orchestration actions

Usage:

make COMMAND [params ...]

commands:
    check-ready [host port max_try wait_seconds delay_seconds]
 
default params values:
    host localhost
    max_try 1
    wait_seconds 1
    delay_seconds 0