gebangfeng / docker-image-sync

0 stars 0 forks source link

docker.io/nginx:latest #30

Closed gebangfeng closed 5 months ago

gebangfeng commented 5 months ago

IMAGE SYNC

github-actions[bot] commented 5 months ago

Hi @gebangfeng, 感谢您的反馈! 我们会尽快跟进.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/wzshiming/gh-ci-bot) repository.
github-actions[bot] commented 5 months ago

由于你没有指定tag或者域名将使用默认的仓库docker.io和默认的taglatest,如: docker.io/nginx:latest

github-actions[bot] commented 5 months ago

镜像 docker.io/nginx:latest 同步中...
详情请查看

github-actions[bot] commented 5 months ago

镜像 docker.io/nginx:latest 同步完成
请使用 swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest 替代源镜像

快捷命令:
sh<br># Docker 拉取命令<br>docker pull swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest<br>docker tag swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest docker.io/nginx:latest<br><br># Containerd 拉取命令<br>ctr images pull swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest<br>ctr images tag swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest docker.io/nginx:latest<br><br># Shell 快速替换命令<br>sed -i "s#docker.io/nginx:latest#swr.cn-east-3.myhuaweicloud.com/kubesre/docker.io/nginx:latest#g" 你的文件名<br>