eventuate-tram-examples-customers-and-orders icon indicating copy to clipboard operation
eventuate-tram-examples-customers-and-orders copied to clipboard

Building service "customerservice" failed: Invalid interpolation format for "build" option in service "customerservice": "${EVENTUATE_JAVA_BASE_IMAGE_VERSION?}"

Open alexnowak opened this issue 4 years ago • 2 comments

I am getting the following error when running:

./gradlew mysqlbinlogComposeBuild mysqlbinlogComposeUp

Task :mysqlbinlogComposeBuild Invalid interpolation format for "build" option in service "customerservice": "${EVENTUATE_JAVA_BASE_IMAGE_VERSION?}"

How must EVENTUATE_JAVA_BASE_IMAGE_VERSION be set?

Environment: Linux Mint 20 Java: openjdk version "1.8.0_275"

alexnowak avatar Dec 17 '20 01:12 alexnowak

I'm guessing that your version of docker compose is old.

cer avatar Dec 17 '20 01:12 cer

Yep, that was it! Upgraded docker-composer from version 1.18.0 to 1.27.4 and everything is working as expected. Thanks a bunch!

alexnowak avatar Dec 17 '20 18:12 alexnowak