opentiny / opentiny/tiny-engine-backend-java

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

Open
#255 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
114
Forks
89
Avg merge
12d 23h
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with tiny-engine-backend-java/docker-compose.yml and reproduce the reported failure on an ARM64 environment such as an Apple M-chip Mac. Inspect the images referenced by the Compose setup and determine which lack linux/arm64/v8 manifests. Done means the services can be pulled and started successfully on ARM64 without the reported manifest error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, java
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.