Skip to content

philippescar/mirror-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirror Master aka Repo Syncer

Mirror Master Flash Enemy with a pistol, Flash reflection in all mirror

Introduction

Mirror Master is a lightweight docker image that uses skopeo, to sync images between docker images registries, it supports all the registries supported by Skopeo such as GCR, Docker Hub, ECR and Quay.

If Skopeo does the job why I need this image?

That's a fair question!

Answer: Skopeo is awesome to deal with the complexity of docker manifest and authentication between registries, but not with filtering which tags you wanna sync (as you can see here the sync command does not have a --filter option), which leaves to you the burden/hassle/fun of list all tags and somehow decide what you want to ignore or not.

Mirror Master is meant to be a simple wrapper around the awesome work of Skopeo, easy to customize and use.

Default Variables

The default variables are environments variables that can be used to configure the container.

Name Description Mandatory?
DEST_REGISTRY Destination Registry where the images will be copied. YES
DEST_AUTH_PWD Destination Registry password if needed. NO
DEST_AUTH_USER Destination Registry username if needed. NO
IGNORED_TAGS Tags from the source registry that should be ignored, the tags need to be declared separate by a pipe YES
SOURCE_REGISTRY Source Registry from where the images will be copied. YES
SOURCE_AUTH_PWD Source Registry password if needed. NO
SOURCE_AUTH_USER Destination Registry username if needed. NO

About

Lightweight docker image to sync 2 docker registries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published