Description
While investigating #16495 it turned out the feature I was after would get covered in a release build that's part of make test-ci — however the unit tests only build dev/test containers in a different order using make test-image skipping the release service.
There might be some tribal knowledge how these two differ, or apparent differences when each target command is appropriate, so I'll keep investigating to get the idea, but would welcome any insight into these two, and the viability of the idea to switch to the different service set to cover more prod-like build context to catch #16495 with it.
Success Criteria