Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexnowak opened this issue Dec 17, 2020 · 2 comments

Comments

@alexnowak
Copy link

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"

@cer
Copy link
Collaborator

cer commented Dec 17, 2020

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

@cer cer changed the title Building service "customerservice" failed Building service "customerservice" failed: Invalid interpolation format for "build" option in service "customerservice": "${EVENTUATE_JAVA_BASE_IMAGE_VERSION?}" Dec 17, 2020
@alexnowak
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants