Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zong-zhe/docker2ghcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker2ghcr

This github action will pull the images from docker.io and push it to ghcr.io.

Usage

Use the image full name to pull the image from docker.io

e.g.

If you want to pull docker.io/rancher/k3s:v1.27.4-k3s1 for the linux/arm64, just take the rancher/k3s:v1.27.4-k3s1 and linux/arm64 as input.

After the action finished, you can use the following commands to pull and retag it.

docker pull ghcr.io/zong-zhe/k3s:v1.27.4-k3s1
docker tag ghcr.io/zong-zhe/k3s:v1.27.4-k3s1 docker.io/rancher/k3s:v1.27.4-k3s1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages