Skip to content

Updated docker build to support multiple architectures - #33

Merged
brendanreardon merged 1 commit into
mainfrom
docker-support-multiple-architectures
Jan 27, 2025
Merged

Updated docker build to support multiple architectures#33
brendanreardon merged 1 commit into
mainfrom
docker-support-multiple-architectures

Conversation

@brendanreardon

@brendanreardon brendanreardon commented Jan 27, 2025

Copy link
Copy Markdown
Collaborator

build_docker.sh was updated to support multiple architectures. Specifically, we change the bash script to use docker's buildx to build for both linux/amd64 and linux/arm64/v8, which should support most users.

Revisions:

  • Within build_docker.sh, replaced docker build -t.... with docker buildx build --platform linux/amd64,linux/arm64/v8 -t...
  • Changed docker pull vanallenlab/moalmanac to docker pull vanallenlab/moalmanac:latest under the Installation section of the root directory README.

No underlying code for either the datasources or method was updated with this pull request. Pushed the new container to vanallenlab/moalmanac:0.8.1.1_v.2024-12-05.

Thank you to @sabrinacamp2 for this recommendation 🙇

Pre-pull request check list,

  • Relevant documentation has been updated
  • All unit tests pass
  • All outputs pre- and post- changes match by md5 hash
  • All files changed have been reviewed
  • Docker pushed

@brendanreardon
brendanreardon merged commit 7232160 into main Jan 27, 2025
@brendanreardon
brendanreardon deleted the docker-support-multiple-architectures branch January 27, 2025 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants