-
Notifications
You must be signed in to change notification settings - Fork 856
Open
Description
**server version v1.3.3 in **
- Server version: v.1.3.3
- Client version: all
- Client langauge: all
Cadence Multiplatform image not working on arm64 environments
/start-cadence.sh: line 7: /usr/local/bin/dockerize: cannot execute binary file: Exec format error
To Reproduce
Run the official helm chart on arm64 k8s cluster
Additional context
This section of the cadence/Dockerfile is problematic
ENV DOCKERIZE_VERSION=v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& echo "**** fix for host id mapping error ****" \
&& chown root:root /usr/local/bin/dockerize
Metadata
Metadata
Assignees
Labels
No labels