Docker compose file references database manifest

Open Beginner friendly
#190 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
70/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
docker, docker-compose
Domain
devops

Research direction

Start in docker-compose.yml at line 134, where the database image is configured. Run docker compose up on an Apple M1 or another linux/arm64 environment to reproduce the manifest error. Done means the compose file uses an image manifest available for the target architecture and the database pulls successfully.

Written by the indexing model from the issue text.

Description

bug
Problem description

Currently the docker compose file uses the following database image:
image: ghcr.io/stac-utils/pgstac:v0.8.1

which causes the following error:

docker compose up
[+] Running 0/1
 ⠋ database Pulling                                                                                                                                            0.9s 
no matching manifest for linux/arm64/v8 in the manifest list entries

Incrementing the image to the following works:
image: ghcr.io/stac-utils/pgstac:v0.8.2

Expected Output

I would expect that the database image would be available for my architecture.

Environment Information

macOS Sonoma 14.3.1
Chip: Apple M1 Max

Dominant language
Shell
Stars
330
Forks
33
PR merge metrics
No merged PRs in 30d

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.

More from developmentseed/eoAPI

All issues in developmentseed/eoAPI

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.