Skip to content
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

/imagebuild --k8s-version=v1.25.0 --platform=arm64 推送不到 registry.cn-qingdao.aliyuncs.com #29

Open
bxvs888 opened this issue Sep 16, 2022 · 4 comments
Assignees

Comments

@bxvs888
Copy link

bxvs888 commented Sep 16, 2022

sealer search kubernetes 无生成的image

@bxvs888
Copy link
Author

bxvs888 commented Sep 16, 2022

image

@bxvs888
Copy link
Author

bxvs888 commented Sep 16, 2022

提示成功, sealer search kubernetes 找不到

image

@allencloud
Copy link
Member

@Stevent-fei Could you help to diagnose this issue for @bxvs888 ? 🌹

@imdingtalk
Copy link
Contributor

imdingtalk commented Sep 16, 2022

  1. 推送仓库指定参数 --push
  2. 推送仓库需要配置对应的私有仓库的账号密码信息
  3. 由于k8s v1.25.0版本官方仓库地址以及其他配置有更新,目前自动build还有点问题需要处理

基于以上,暂时不能build出镜像。。。并且出现在官方 sealer search的结果中(直接这样就给push到官方仓库? 这也不合理呀)

所以该项目的使用方式,目前看起来是,

  1. fork仓库
  2. 在自己的仓库配置action中涉及的 REGISTRY_USERNAME 和 REGISTRY_PASSWORD 变量
  3. 打开fork后仓库的issue功能,然后提交issue

然后提交Comment,用自己的私有仓库信息,一个示例提交

/imagebuild --k8s-version=v1.24.5 --cri=containerd --platform=amd64 --buildName=index.docker.io/${REGISTRY_USERNAME }/kubernetes:v1.24.5 --push

或者不使用action的方式,把项目clone到本地,使用README的方式去构建集群镜像

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants