Hello, I have a question about flow container dock...
# prefect-community
h
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
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
Hi Kyle, sounds good. I will submit a feature request when I get a chance.