When will a `public.ecr.aws/outerbounds/metaflow_u...
# dev-metaflow
c
When will a
public.ecr.aws/outerbounds/metaflow_ui:v2.2.4
equivalent https://gallery.ecr.aws/outerbounds/metaflow_ui_backend be built? thanks!
plus1 1
1
a
so we had a bit of a back and forth with how to split metadata service, backend and UI into container images (make 3 images? make one uber-image? make one image for backends and one for front-end?)
and settled on having 2: a service image that includes UI backend and a separate image for UI
c
I think the image that includes UI backend and UI would be
metaflow_ui_backend
with
UI_ENABLED="1"
?? which is the default
a
right that's because the UI backend is included in the second image
and sorry for confusion there's definitely too many dockerfiles and flavors of builds that are technically supported there 😅
a
but the configuration we use internally, and CFN/terraform/helm templates, and regularly build images for is: 1. an image with UI react app 2. an image with Metadata Service + UI Backend
c
do you have links to helm? So I can see how I can run #2 from the image thankyou
a
that's up to you really, in k8s we run an ingress in front of it and route
/api
and
/static
to different deployments