-
Not sure that this issue should be filed here or with the seqr-loading-pipelines project, but when working through the LOCAL_INSTALL.md document I run into issues with docker-compose trying to start the When running
Running
Running
However, the I don't know if this difference is intended (e.g., is it intended to run only on arm64 on gcloud?), or accidental (did a developer build on an M1 mac and push/tag). Either way, it would be nice for the LOCAL_INSTALL.md file to refer to an available docker image:tag which can be run in the same platform as the other images. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
As discussed here, amd64 is not a supported platform. I'm not sure why the latest tag works for that, but I would not rely on that continuing to work. In the linked discussion are instructions for build your own image for the platform |
Beta Was this translation helpful? Give feedback.
-
OK, so I'm not the only one to have run into this :). I'm fine with building my own image, but I think it would be helpful, if the Also, the platform of the default pipeline-runner instance looks to have changed just in August of this year-- prior to that, the images being made had amd64 arch: for i in 20221019_171650 20221007_143623 20220829_165356 20220526_130649 20220526_125536 20220428_114713 20220413_114830 20220318_162331 20220216_152748 20220126_144423 20220126_144230 20220125_165333
do
echo -n "$i "
docker inspect gcr.io/seqr-project/pipeline-runner:$i | grep Arch
done Gives:
So, I think it would still be helpful at the least to address this more directly in the |
Beta Was this translation helpful? Give feedback.
-
You are correct, I did not actually realize that we changed platform support a couple months ago. That was actually a bug, and I have now released an updated image build for amd64. Sorry about that, and thanks for your helpful insight! |
Beta Was this translation helpful? Give feedback.
You are correct, I did not actually realize that we changed platform support a couple months ago. That was actually a bug, and I have now released an updated image build for amd64. Sorry about that, and thanks for your helpful insight!