moodlehq/moodle-docker

Invalid interpolation format

aspark21 opened this issue · 2 comments

'Invalid interpolation format for "image" option in service "selenium": "selenium/standalone-firefox${MOODLE_DOCKER_SELENIUM_SUFFIX:-}:${MOODLE_DOCKER_BROWSER_TAG}"'

I'm assuming it's related to this change - 07bb7cc

but then removing it on that option, just made a similar situation on the database version parameter pop up.

We were getting this under rhel7 on-prem but now we've moved our runners to use AWS spot instances running amazon linux and it seems fine on that.
So this might be an issue others encounter, so logging this for reference but I didn't find the actual root cause

(have just gone back to moodle-docker upstream latest now that mysql 8 available, rather than my basic fork)

Hi @aspark21 - see the discussion in #243 (you need to update your Docker install)

ahah! Yes, sounds about right, Docker was kept updated on those VMs but Docker Compose less so