21ki / sync-library-images

Sync docker hub library repo images to your registry

Home Page:https://hub.k8s.li

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sync docker hub library repo images to registry

TODO:

Usage:

  1. fork docker-library/official-images repo to your GitHub account

  2. fork this repo https://github.com/muzi502/sync-library-images repo to your GitHub account

  3. config Actions secrets on your sync-library-images repo Settings > Secrets, set this Repository secrets:

  • REGISTRY_DOMAIN: image registry domain, this domain must with TLS/SSL certificate.
  • REGISTRY_USER: registry user which have the push privilege to library repo/project.
  • REGISTRY_PASSWORD: registry user password.
  • TOKEN_GITHUB: github token for rebase upstream and push new repo tag to yourself repo.

About

Sync docker hub library repo images to your registry

https://hub.k8s.li

License:MIT License


Languages

Language:Shell 100.0%