Skip to content

Cadence Multiplatform image not working on arm64 environments. #7147

@irfn

Description

@irfn

**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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions