Closed as not planned
Description
Is this possible to add image flavour without hardcoded VOLUME?
I mean image tag would be: 3.11.4-no-volume instead 3.11.4 and will not have VOLUME clause. Old clients can use old convention and don't worry about persistence where others can choose how store that data if at all. I see one usage in tests where at this moment I need to remember to remove volumes.
Note this would be obsolete if moby/moby#18286 will be resolved (and applied in docker-compose).
Any thoughts?