gifted-musician-70702
02/27/2023, 7:35 PMMETAFLOW_DEFAULT_CONTAINER_REGISTRY within our config or set it to empty string so that within in each flow we can specify the full image path to pass into @batch ?ancient-application-36103
02/27/2023, 8:29 PM@batch takes precedence over the image specified as a default in the config.gifted-musician-70702
02/27/2023, 8:31 PMMETAFLOW_DEFAULT_CONTAINER_REGISTRY gets prepended to whatever is specified in @batch which means if we have different repos we want to look at and specify a default via config, that default is always going to get prepended, no?ancient-application-36103
02/27/2023, 8:31 PM@batch you can define the full path to the image which will ensure that METAFLOW_DEFAULT_CONTAINER_REGISTRY is ignored in that casegifted-musician-70702
02/27/2023, 8:32 PM