阿里云的服务器正常用个 Docker 就这么难吗?

34 天前
 kehuduanbuxing

阿里也这么大一个公司了,AI 发展的这么牛,搞个镜像加速服务,还是一堆镜像没法用。AI 好好分析分析啊,让大家有个自由环境搞不定吗?

8288 次点击
所在节点    程序员
76 条回复
sagaxu
33 天前
《管饱》

爬虫写的好,牢饭吃到饱。
镜像搞的好,牢饭吃到饱。
fredcc
33 天前
阿里云的容器镜像服务 ACR 服务有构建加速和镜像同步功能,仅限企业版。免费的加速功能前两天下线了
frankilla
33 天前
@wheat0r #11 6
yiwanjidanmian
33 天前
@youcai 得,又来一个
yiwanjidanmian
33 天前
@LanhuaMa 别叽叽歪歪了,你个外国人也配叫唤
heartleo
33 天前
刚好搞了工具,可以试试 https://github.com/heartleo/image-copy
yqs112358
33 天前
腾讯云就有内置他们自己家 docker 镜像的,只允许腾讯云自己的云服务器用。阿里那边没有自带镜像吗
LanhuaMa
33 天前
@yiwanjidanmian #65 😅
得,我去要饭了,祝你生活愉快
tabc2tgacd
33 天前
@dislazy2023 没懂这个方法,能给点提示吗?感谢
yiwanjidanmian
31 天前
@LanhuaMa 去吧去吧,记得说点吉祥话,小心老墨
dislazy2023
31 天前
@tabc2tgacd # 同步镜像仓库的镜像到阿里云仓库
name: Sync Dokcer Image To Aliyun Repo By Api

on:
repository_dispatch:
types: sync_docker

jobs:
sync-task:
# The type of runner that the job will run on
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
#接收 Api 的参数
images: '${{ github.event.client_payload.images }}'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: sync ${{ matrix.images.source }}
run: |
docker pull $source_docker_image
docker tag $source_docker_image $target_docker_image
docker login --username=${{secrets.DOCKER_USERNAME}} --password=${{secrets.DOCKER_PASSWORD}} registry.cn-${{matrix.images.region}}.aliyuncs.com
docker push $target_docker_image
env:
source_docker_image: ${{ matrix.images.source }}
target_docker_image: registry.cn-${{matrix.images.region}}.aliyuncs.com/${{matrix.images.namespace}}/${{ matrix.images.target }}
dislazy2023
31 天前
@263 和这个大佬的类似,只不过他是直接用 github actions 我是通过接口调用 github actions 参考这个文档: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
heartleo
31 天前
LanhuaMa
31 天前
@yiwanjidanmian #70 谢谢🥰 你记得不要乱说话,小心铁拳和献忠
cslive
31 天前
阿里云就没有内网镜像地址吗,良心云有个内网镜像地址,服务器上用着不错
kingcanfish
30 天前
@Ayanokouji 拉下来校验下 hash 问题应该不大吧

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1089620

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX