Are the ECR images `v1.3.5-35-g...` intended for u...
# ask-metaflow
c
Are the ECR images
v1.3.5-35-g...
intended for use? We've noticed that some (all?) don't seem to allow
METAFLOW_SERVICE
override, since the nginx configuration is different from what is in github (missing the
sub_filter
directive that would allows overrides at runtime).
👀 1
1
a
no those (particularly ones that end with -obp) are experimental images that allow you to run metaflow service as non-root but in exchange METAFLOW_SERVICE cannot be overriden at run time
ones without -obp suffix support METAFLOW_SERVICE
c
Thanks! Do you know if we can expect a 1.3.6 (non -obp) ECR image?
a
oh yes, let me kick that off right now, there is a manual button push involved on our end to kick off the image building pipeline, so sometimes I forget to build it after the release
🙏 2