Bahmni-docker v1.0 bahmni-standard

I am trying to create an installation of the PROFILE “bahmin-standard” v.1.0 on a M3 MacOS. It appears that several of the docker containers have not been created for the M3 Mac. Specifically the containers for “pacsdb” and “reports” give this error:

" context canceled" “no matching manifest for linux/arm64/v8 in the manifest list entries”

Is this something that I can fix? Or could the maintainers of these modules create docker containers for this architecture?

Thanks in advance, Wayne Brown

I will answer my own question.

I set a shell variable by editing my “.bash_profile” file in my home folder and added this line:

export DOCKER_DEFAULT_PLATFORM=linux/amd64

and I have successful build a “bahmni-standard” profile on my MacBook Air (M3) computer.

1 Like