metaflow-tools
metaflow-tools copied to clipboard
No arm64 build for public.ecr.aws/outerbounds/metaflow_ui
I would like to deploy the charts on arm64 instances.
The metadata service is OK:
docker buildx imagetools inspect public.ecr.aws/outerbounds/metaflow_metadata_service:2.4.13-2-g70af4ed | grep Platform
Platform: linux/amd64
Platform: linux/arm64
Platform: unknown/unknown
Platform: unknown/unknown
but there's no arm64 build for the public.ecr.aws/outerbounds/metaflow_ui:1.3.5-135-g4225eec-obp image.
I couldn't find the source Dockerfile, so rebuilding it is harder than it should be.
Could you please publish arm64 images as well (or in case it's not possible, publish the Dockerfile and the build context somewhere)?
i believe we have the arm versions published too in a different location. @saikonen would you happen to know?