zrhoffman commented on code in PR #7287:
URL: https://github.com/apache/trafficcontrol/pull/7287#discussion_r1137300557
##########
infrastructure/cdn-in-a-box/enroller/Dockerfile:
##########
@@ -38,6 +38,7 @@ ARG ENROLLER_DEBUG_BUILD=false
COPY ./lib/ /go/src/github.com/apache/trafficcontrol/lib/
COPY ./go.mod ./go.sum /go/src/github.com/apache/trafficcontrol/
COPY ./vendor/ /go/src/github.com/apache/trafficcontrol/vendor/
+COPY ./traffic_ops/testing/api/assert
/go/src/github.com/apache/trafficcontrol/lib/go-util/assert
Review Comment:
I get an error building CDN in a Box
```docker
=> ERROR [enroller-builder 4/9] COPY ./traffic_ops/testing/api/assert
/go/src/github.com/apache/trafficcontrol/ 0.0s
------
> [enroller-builder 4/9] COPY ./traffic_ops/testing/api/assert
/go/src/github.com/apache/trafficcontrol/lib/go-util/assert:
------
failed to solve: failed to compute cache key: failed to calculate checksum
of ref moby::9jat5t3pk862i31sl1e3jrmhw: "/traffic_ops/testing/api/assert": not
found
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]