apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.06k stars 342 forks source link

service "trafficportalv2" has neither an image nor a build context specified: invalid compose project #7934

Closed zrhoffman closed 7 months ago

zrhoffman commented 7 months ago

This Bug Report affects these Traffic Control components:

What did you do?

cd infrastructure/cdn-in-a-box
docker-compose -f optional/docker-compose.traffic-portal-v2.yml build

What did you expect to happen?

Service trafficportalv2 builds

What actually happened?

$ docker-compose -f optional/docker-compose.traffic-portal-v2.yml build
service "trafficportalv2" has neither an image nor a build context specified: invalid compose project

Regression from from #7925