parse-community / parse-community/parse-dashboard

Add arm64 support

Open
#2,040 6 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
3.8k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

New Issue Checklist
Issue Description

I am unable to run this on a 4 cores arm64 ubuntu server (pulled from dockerhub). It throws exec format error. I assume this is because there is no arm images available on dockerhub? Is there any chance, this could change?

Steps to reproduce

Run the commands to start the app in a docker container being pulled from dockerhub:
docker run -d -p 4040:4040 parseplatform/parse-dashboard --dev --appId $APP_ID --masterKey $MASTER_KEY --serverURL $SERVER_URL

Actual Outcome

exec user process caused: exec format error

Expected Outcome

To run like it would on a normal x86-64 architecture cpu

Environment

ARM64 Ubuntu 20
4 cores
24GB RAM
30GB HDD

Dashboard

  • Parse Dashboard version: latest tag on DockerHub
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Chrome
  • Browser version: 98.0

Server
Not relevant

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 4.0
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): local
Logs

standard_init_linux.go:228: exec user process caused: exec format error

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.

Research direction

Start by reproducing the documented docker run command on the reported ARM64 Ubuntu environment and inspect how the DockerHub image is built and published. Done means the Parse Dashboard image can be pulled and started on ARM64 without the reported exec format error, while continuing to work on x86-64.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, javascript
Domain
devops, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.