opentiny / opentiny/tiny-engine-backend-java

✨ [Feature]: 需要支持arm版本的镜像 好多开发环境是mac m芯片

未关闭
#255 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Java
星标
114
派生
89
平均合并
12 天 23 小时
30 天内合并 PR
1

描述

What problem does this feature solve

cd tiny-engine-backend-java && docker-compose up -d
WARN[0000] /Users/xing/tiny-pro/tiny-engine-backend-java/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 2/3
! tiny-engine Warning pull access denied for... 4.2s
! tiny-engine-back Warning pull access denie... 4.2s
⠹ tiny-engine-data Pulling 4.2s
no matching manifest for linux/arm64/v8 in the manifest list entries

What does the proposed API look like

cd tiny-engine-backend-java && docker-compose up -d
WARN[0000] /Users/xing/tiny-pro/tiny-engine-backend-java/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 2/3
! tiny-engine Warning pull access denied for... 4.2s
! tiny-engine-back Warning pull access denie... 4.2s
⠹ tiny-engine-data Pulling 4.2s
no matching manifest for linux/arm64/v8 in the manifest list entries

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 tiny-engine-backend-java/docker-compose.yml 开始,在 ARM64 环境(例如搭载 Apple M 芯片的 Mac)上复现报告中的故障。检查 Compose 配置所引用的镜像,并确定哪些镜像缺少 linux/arm64/v8 manifest。完成标准是服务能够在 ARM64 上成功拉取并启动,且不再出现报告中的 manifest 错误。

由索引模型根据 Issue 内容生成。

评估

技术栈
docker, docker-compose, java
领域
devops
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。