We're self hosting Metaflow UI at my org. I recent...
# dev-metaflow
p
We're self hosting Metaflow UI at my org. I recently got pinged by my security team because the nginx version running on the latest release of the metaflow_ui image in the public outerbounds image repository (public.ecr.aws/outerbounds/metaflow_ui:v1.3.14) is 1.29. Nginx:1.29 hit EOL last week and will no longer receive security updates from the nginx team. I can build my own base and work around this in the meantime, but it might be helpful to others as well if there was a rebuild/re-release of the 1.3.14 image. Shouldn't require any code change either, since the dockerfile in the metaflow_ui code repository leaves nginx unpinned, it doesn't need any update, just a rebuild will pull the latest supported nginx version. Mostly just wanted to bring to you attention, thanks in advance team!
🙌 1
v
thanks for the note! We'll look into this and update this thread