I noticed that <https://github.com/outerbounds/met...
# dev-metaflow
c
I noticed that https://github.com/outerbounds/metaflow-tools/blob/master/azure/terraform/variables.tf#L22 currently points to an old image of metaflow services and that when the metaflow services are pushed to https://gallery.ecr.aws/outerbounds/metaflow_metadata_service and https://gallery.ecr.aws/outerbounds/metaflow_ui there is no
latest
tag, meaning at every release the version numbers in variables.tf should maybe get updated. Should a latest tag be added to the images to make maintenance of variables.tf simpler? If you go this route, we will want to add a comment in the file saying if this file is used as the starting point for a production deploy then it is a best practice to explicitly specify the service version numbers and version the file in source control. I also noticed that there is an old image of https://gallery.ecr.aws/outerbounds/metaflow_ui with a higher version number of v2.24 and a much larger size that may confuse people. Image attached.
1
a
thanks for pointing it out! we will address this shortly!
👍 1