You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
When using docker-compose v3 files that use mandatory variable substition, running ecs-cli compose gives an "invalid interpolation format" error, even though syntax is valid for docker-compose v3. Possibly related to this project's docker-compose dependencies, see: docker/compose#5683
Description
Which specific command was run? ecs-cli compose -f ops/docker-compose.foo.yml -p foo create
Which version of the CLI you are using? 1.9.0
Which version of Go are you using? (Run: go version) go not installed
What platform are you using to run ECS CLI commands? (E.g. Linux, MacOSX, Windows) ubuntu linux
ERRO[0000] Unable to open ECS Compose Project error="invalid interpolation format for services.isf-foo.image: \"foo.dkr.ecr.us-east-1.amazonaws.com/isf-connector:${TAG:?err}\". You may need to escape any $ with another $.
Summary
When using docker-compose v3 files that use mandatory variable substition, running
ecs-cli composegives an "invalid interpolation format" error, even though syntax is valid for docker-compose v3. Possibly related to this project's docker-compose dependencies, see: docker/compose#5683Description
ecs-cli compose -f ops/docker-compose.foo.yml -p foo create1.9.0go version)go not installedubuntu linuxConfig files
ecs-params.yml
~/.ecs/config
Expected Behavior
Observed Behavior
ERRO[0000] Unable to open ECS Compose Project error="invalid interpolation format for services.isf-foo.image: \"foo.dkr.ecr.us-east-1.amazonaws.com/isf-connector:${TAG:?err}\". You may need to escape any $ with another $.