appbaseio / dejavu

The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.

Home Page:https://dejavu.reactivesearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel Error; ARM

deathdefyer opened this issue · comments

See: dejavu on ARM64 docker #411

Apple Silicon M1 Pro Laptop; running a Debian Virtual machine under Parallels. CPU arch of the VM below:
uname -r
5.10.0-10-arm64

cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

With QEMU installed; I am able to run the X86 binaries without issue from the docker-hub pull.

docker pull appbaseio/dejavu
docker run -p 1358:1358 -d appbaseio/dejavu

and when viewing in docker; confirms image is X86

Build Docker on linux, amd64
Author appbase.io info@appbase.io

Issue is specific when trying to pull from source and build under arm binaries

Exact steps run:
git clone -b fix/babel-optional-chaining https://github.com/appbaseio/dejavu.git
cd dejavu
git submodule init && git submodule update --recursive --remote
docker build -t dejavu:arm .