https://prefect.io logo
h

Hui Zheng

10/05/2020, 5:28 PM
Hello, I have a question about flow container docker registry. Could the docker container be registered with multiple image-tags? https://docs.prefect.io/api/latest/environments/storage.html#docker
k

Kyle Moon-Wright

10/05/2020, 5:45 PM
Hey @Hui Zheng, There definitely are ways to attach multiple tags to your Docker image, but this storage object only takes a string and cannot accept multiple tags. As far as I'm aware, we'd need to attach additional tags through a CLI command which we can automate in a CI process if you have one already. This does sound like it could be widely used though and could be a feature, we'd love to see the functionality you want in the form of a Github issue/feature request.
h

Hui Zheng

10/05/2020, 11:03 PM
Hi Kyle, sounds good. I will submit a feature request when I get a chance.