Fina Silva-Santisteban
02/09/2021, 11:33 PMdockerfile
argument and adding a registry_url=MY_ECR_URL
param, but that doesn’t work and if I keep both params it tries to push the image to the ECR repo which I don’t want. What’s the right setup for this case?base_image
param, and not the registry_url
param. E.g:
flow.storage = Docker(base_image="<http://some_aws_ecr.amazonaws.com/repo_name:latest|some_aws_ecr.amazonaws.com/repo_name:latest>")