tursodatabase / tursodatabase/libsql
linux/arm64 docker image not available?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 17.2k
- Forks
- 531
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 1
Description
I've been using the libsql docker image and it seems like arm64 isn't recognized as a valid platform in my Docker file, where I have:
FROM --platform=linux/arm64 ghcr.io/tursodatabase/libsql-server:latest
Docker responds with the error:
I've noticed arm64 is specified as a platform in the libsql github publish workflow. But, docker is telling it is not a valid platform the image supports... Is there any reason why this might be the case?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/publish-server.yml, especially the image publishing configuration referenced in the issue, and compare it with the linux/arm64 platform reported by Docker. Verify whether the published ghcr.io/tursodatabase/libsql-server:latest image can be pulled for linux/arm64; done means the platform is available or the publishing mismatch is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- devops, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100