tursodatabase / tursodatabase/libsql

linux/arm64 docker image not available?

Open
#899 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug docker
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:

image

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

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 .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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.