Hi,
To test the new version quickly, I installed eGroupware (20.1) 2 weeks ago on a VM running latest Debian using the guide.
This install worked correctly.
Today I ran “apt-get update && apt-get upgrade
” and saw an error message:
ERROR: The Compose file './docker-compose.override.yml' is invalid because:
Invalid top-level property "image". Valid top-level sections for this Compose file are: version, services, networks, volumes, and extensions starting with "x-".
Checking the “docker-compose.override.yml
”, I see the line with the “image:…” at the beginning of the line. (IOW: No longer indented)
I think the sed-command that was done right before the “docker-compose pull
” might be wrong:
sed -i docker-compose.override.yml -e s/^ *image:\(.*\):20.1$/image:\1:21.1/g
I can fix this myself, but I think others might be hitting this as well.