Git Product home page Git Product logo

replication-verification's Introduction

Replication-Verification

Replication is a fancy feature of Harbor registry. With the adapter framework, Harbor has supported replicating artifacts(container images, Helm Charts) between Harbor<->Harbor or Harbor<->other 3rd registry services, including Dockerhub, AWS ECR, Google GCR, Azure ACR, GitLab Registry, Ali ACR and Quay etc. with both pull and push modes. This repository is created to keep and regularly run the related compatibility testing cases that are used to verify whether the related replication adapters are still working well in Harbor or not and check if the newly contributed adapter is implemented properly. Based on the compatibility testing, a daily well-organized report will be updated in time for the community to refer.

Report

case \ version master 2.0.x 1.10.x 1.9.x
Dockerhub status status status status
AwsECR status status status status
GoogleGCR status status status status
AzureACR status status
Gitlab status status
AliACR status status
Harbor(2.x) status status
Quay status

NOTES: Each square represent an executing result of the relevant compatibility testing case. From left to right, they are:

  • Registry endpoint creation case
  • Pull-based replication case
  • Push-based replication case
  • Deletion replication case

Green color means case execution is successful and red color means case execution is failed.

Triggers

crontab schedule

Run daily at UTC time 22:00.

cron: '0 22 * * *'

manually trigger github action

Issue HTTP request to run.

curl -u goharbor -XPOST https://api.github.com/repos/goharbor/replication-verification/dispatches -d '
{
  "event_type": "testing"
}'

run locally

Use local script to run. (Ubuntu 18.04 is tested.)

Clone this repository first:

Execute the script with proper parameters:

./localrun.sh <case name> <harbor IP> <registry_id:xxx> <registry_key:xxx> [true to show browser]

Contribute new replication adapter

If you're planning to contribute a new replication adapter, please follow the contributing guide to start.

Contact us

Use the ways shown here to get contact with us if you encounter any issues related to replication adapter contributions.

replication-verification's People

Contributors

bitsf avatar steven-zou avatar chlins avatar

Watchers

 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.