developmentseed / developmentseed/eoAPI

Docker compose file references database manifest

Aperta
#190 0 commenti 1 reazione 0 assegnatari Vedi su GitHub
bug
Lingua principale
Shell
Stelle
326
Fork
33
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

#### Problem description

Currently the [docker compose file uses the following database image](https://github.com/developmentseed/eoAPI/blob/main/docker-compose.yml#L134):
`image: ghcr.io/stac-utils/pgstac:v0.8.1`

which causes the following error:

```shell
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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.