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 2021/12/14 18:52:51 UTC

[GitHub] [trafficcontrol] zrhoffman edited a comment on issue #6385: Reserved consistentHashQueryParameters cause internal server error

zrhoffman edited a comment on issue #6385:
URL: https://github.com/apache/trafficcontrol/issues/6385#issuecomment-993879232


   > ok, I tried to build it with docker-compose 1.25.4 but the compose version 3.8 in YAML files only supported from version 1.25.5 https://github.com/docker/compose/releases/tag/1.25.5. adding it here on the hope it helps someone.
   
   The Python version of docker-compose (versions < v2.0.0) is no longer supported. They rewrote docker-compose in Go.
   
   > Also i am getting this error, Step 10/35 : FROM common-traffic-server-dependencies AS common-cache-config-layers ---> f76f2258a217 Step 11/35 : COPY infrastructure/cdn-in-a-box/cache/trafficserver.rpm /trafficserver.rpm COPY failed: file not found in build context or excluded by .dockerignore: stat infrastructure/cdn-in-a-box/cache/trafficserver.rpm: file does not exist ERROR: Service 'edge' failed to build : Build failed
   > 
   > The RPM file is not found in given path infrastructure/cdn-in-a-box/cache/trafficserver.rpm. Should it be built separately?
   
   All of the RPMs necessary to run CDN in a Box will be built and placed in the correct locations if you just run `make` from the `infrastructure/cdn-in-a-box` directory. From the [documentation](https://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/ciab.html#building):
   
   https://github.com/apache/trafficcontrol/blob/e67c967a8b73bdddf75851d66c051694b20373a9/docs/source/admin/quick_howto/ciab.rst#L41


-- 
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