Code Monkey home page Code Monkey logo

mirror-master's Introduction

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

mirror-master's People

Contributors

philippescar avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.