-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持推送镜像 #3
Comments
应该可以实现,但是场景和下载不一样。你有具体的业务场景吗? 比如,下载解决的业务场景: 开发环境在内网,外网只有Windows,那么,下载镜像就需要在本地用VMware安装linux,并安装docker来下载镜像,打tar包后,先拷贝到windows,然后再拷贝到内网。当然也可以用WSL,但是都没有这个工具方便。 |
我是想在CI上用,一些简单的场景,看看有没有可能性直接用这个工具 拉镜像 ,patch ,然后推送 |
懒得dind了 |
你希望在 CI 中用该程序从私服中拉取镜像打为tar包,然后打补丁后,再推送到私服中吗,有具体的环境信息吗 |
没,不是啥特殊环境呀 |
私服的选择有很多,推送的方式都不一样吧
|
协议都是一样的吧,不然 "docker push" 得针对各种单独实现吧,我猜测可能不是这样 |
推送没得必要吧,如果推送,命令行直接敲一下,毕竟网络肯定是好的。 |
可以看看skopeo能否满足这个需求 skopeo可以推送到保存到本地的image到registry,不需要docker权限 |
多加一个选项,配了私服的直接往私服丢,毕竟自己的环境从私服拉肯定是快的,这样就很方便 |
这个功能可以实现,已加入开发计划,我需要先构建一个镜像推送的私有化的测试环境。 |
感谢🙏
The text was updated successfully, but these errors were encountered: