jrushford commented on a change in pull request #5938:
URL: https://github.com/apache/trafficcontrol/pull/5938#discussion_r652165330
##########
File path: cache-config/testing/docker/docker-compose-ats-build.yml
##########
@@ -27,11 +27,14 @@ services:
trafficserver_build:
environment:
- - ATS_VERSION=8.1.x
+ - CJOSE_URL=https://github.com/cisco/cjose
+ - CJOSE_TAG=latest
+ - JANSSON_URL=https://github.com/akheron/jansson
+ - JANSSON_TAG=v2.11
+ - OPENSSL_URL=https://github.com/openssl/openssl
+ - OPENSSL_TAG=OpenSSL_1_1_1
build:
context: ../../..
dockerfile: cache-config/testing/docker/trafficserver/Dockerfile
- args:
- RHEL_VERSION: ${RHEL_VERSION:-7}
Review comment:
@zrhoffman is this something new, docker-compose doesn't support
Parameter expansion
`docker-compose -f docker-compose-ats-build.yml build trafficserver_build
ERROR: Invalid interpolation format for "build" option in service
"trafficserver_build": "${RHEL_VERSION:-7}"`
--
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]