developmentseed / developmentseed/eoAPI
Docker compose file references database manifest
- 主要言語
- Shell
- スター
- 326
- フォーク
- 33
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### 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
コントリビューションガイド
調査の方向性
データベースイメージが設定されている docker-compose.yml の 134 行目から始めます。Apple M1 または別の linux/arm64 環境で docker compose up を実行し、manifest エラーを再現します。Compose ファイルが対象アーキテクチャで利用可能なイメージ manifest を使用し、データベースの pull が正常に完了すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, docker-compose
- 領域
- devops
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 70/100