zrhoffman commented on a change in pull request #5209:
URL: https://github.com/apache/trafficcontrol/pull/5209#discussion_r578058282
##########
File path: infrastructure/cdn-in-a-box/optional/docker-compose.debugging.yml
##########
@@ -71,25 +62,12 @@ 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
Review comment:
I could have sworn this was working... maybe it was lost in the rebase.
----------------------------------------------------------------
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]