I have a question regarding the `netflixoss/metafl...
# ask-metaflow
b
I have a question regarding the
netflixoss/metaflow_metadata_service
and the
public.ecr.aws/outerbounds/metaflow_metadata_service
docker repos. The metaflow-tools repo seems to point to the latter, but this repo seems to be behind the former (v2.3.8 vs v2.3.11). Which repo is the preferred repo and will the outerbounds repo be kept up-to-date with the netflixoss one in the future? https://github.com/outerbounds/metaflow-tools/blob/master/k8s/helm/metaflow/charts/metaflow-ui/values.yaml#L8
1
1
a
Yes we generally keep it up to date but its somewhat manual. I think we actually have a more recent image just need to update the helm chart
We still have images published from OSS repo for historic reasons, but the issue with this is dockerhub throttling limits which are sooo low, its very easy to get in trouble. Especially if you're in a typical EKS environment running in a VPC with private subnets and single external IP. So we point our helm charts to ECR
b
Ok, yea, the main issue that I was having is that the ui images and the service images on ECR do not correspond. So I wasn't able to sync the correct versions because the latest version of the ui on ECR is 1.3.1, which should use the 2.3.9 service image, but that is not available on ECR • https://gallery.ecr.aws/outerbounds/metaflow_metadata_servicehttps://gallery.ecr.aws/outerbounds/metaflow_ui I wouldn't really mind if the images weren't the latest ones, but the two repos should be kept in sync so one can use the suggested version from the metaflow-ui releases page
a
ok let me kick off the build. Its on my todo list of things to be automated
v2.3.9 should be available now