zrhoffman commented on a change in pull request #5209:
URL: https://github.com/apache/trafficcontrol/pull/5209#discussion_r577948984
##########
File path: infrastructure/cdn-in-a-box/optional/docker-compose.debugging.yml
##########
@@ -62,13 +62,13 @@ services:
args:
TRAFFIC_MONITOR_RPM: traffic_monitor/traffic_monitor.rpm
command: /usr/bin/true
- # The trafficops-go-nondebug service ensures that the trafficops-go base
image
- # exists before trying to build trafficops-go-debug.
- trafficops-go-nondebug:
- image: trafficops-go
+ # The trafficops-nondebug service ensures that the trafficops base image
+ # exists before trying to build trafficops-debug.
+ trafficops-nondebug:
+ image: trafficops
build:
- context: .
- dockerfile: traffic_ops/Dockerfile-go
+ context: ../../
+ dockerfile: traffic_ops/Dockerfile
Review comment:
Both `dockerfile` and `TRAFFIC_OPS_RPM` can have the same values as the
`trafficops` service in `docker-compose.yml` has. It only needs to be specified
again because the service name changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]