Installation or upgrade exec format error

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.

Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

When upgrading or installing Confluence via Docker, error notification during installation:


<Confluence + version> | exec /usr/bin/tini: exec format error

Environment

  • 7.19.19 and Higher
  • Docker
  • Linux

Diagnosis

The fie permissions validated. 

Run the following command. 

docker image inspect <container ID>

Retured output:

...
        "Architecture": "arm64",
        "Variant": "v8",
        "Os": "linux",
...


Cause


The problem is caused when using the Arm architecture. Currently, the  Arm architecture is not supported.  

CONFSERVER-60187 Support ARM platforms

Solution

Transition from arm64 to x86_64 architecture.

Last modified on May 1, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.