As we can see, the roles (3 of them) are applied ONLY when building the first service called web, then for the cron and crawler - the tool uses cached layers. What is not OK is that the tool ignores command directive for the container which is the unique for every service.
EXPECTED RESULTS
Apply the correct command directive per-service when using cached layers.
ACTUAL RESULTS
When applying the cached layers the command directive gets ignored.
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
I'm building the containers in the way like this:
The output is the next:
As we can see, the roles (3 of them) are applied ONLY when building the first service called web, then for the cron and crawler - the tool uses cached layers. What is not OK is that the tool ignores command directive for the container which is the unique for every service.
EXPECTED RESULTS
Apply the correct command directive per-service when using cached layers.
ACTUAL RESULTS
When applying the cached layers the command directive gets ignored.