/python-docker-image-repo-sync

Syncing Docker Images from DockerHub to a Private Harbor Registry with Python

Primary LanguagePython

Docker Image Repo Sync

Syncing Docker Images from DockerHub to a Private Harbor Registry with Python

Referenced in this blog post

Prerequisites

  1. Docker installed on your local machine.
  2. A Harbor registry set up. If you don't have one, follow Harbor's installation guide.
  3. Python 3.x installed on your machine.
  4. The Harbor API credentials (username and password) to authenticate with your Harbor registry.
  5. A Linux machine

Note: A Dockerhub account may be required for pulling private images but this script "currently" doesnt have that functionality.