Iā€™m looking at the Docker repository naming scheme...
# general
h
Iā€™m looking at the Docker repository naming scheme, is there a way currently to get the relevant source root using these placeholders? Some root projects may have a single default image, some may have multiple which could be nested in directories - so it would be good to be able to do something like:
{default_repository}/{source_root}/{[docker_image_]name}
c
not currently. but that is an interesting idea. if you could write up a simple example and post as an issue, that would be great šŸ™‚
h
Will do! Thanks for the quick response
šŸ‘ 1
I could probably work something out but mandating folder structure would be great to avoid
@curved-television-6568 Issue posted here: https://github.com/pantsbuild/pants/issues/18843
šŸ‘€ 1
c
thanks!