You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/07/20 18:43:20 UTC

[GitHub] [trafficcontrol] zrhoffman commented on pull request #6974: Fix Pkg Build Order to Mirror docker-compose.yml

zrhoffman commented on PR #6974:
URL: https://github.com/apache/trafficcontrol/pull/6974#issuecomment-1190629104

   > but was reintroduced in #6274 as `docker-compose config --services` lists services in alphabetical order.
   
   Upon closer inspection, `pkg` has used
   
   ```shell
   docker-compose config --services
   ```
   
   to list services since its creation. The Go implementation of `docker-compose config --services` alphabetizes the services, while the (now-unsupported) Python version,
   
   ```shell
   python -m compose config --services
   ```
   does not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org