Installation or upgrade exec format error
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
要約
When upgrading or installing Confluence via Docker, error notification during installation:
.
環境
- 7.19.19 and Higher
- Docker
- Linux
診断
The fie permissions validated.
Run the following command.
docker image inspect <container ID>
Retured output:
...
"Architecture": "arm64",
"Variant": "v8",
"Os": "linux",
...
原因
The problem is caused when using the Arm architecture. Currently, the Arm architecture is not supported.
CONFSERVER-60187 Support ARM platforms
ソリューション
Transition from arm64 to x86_64 architecture.