The installed version is:
gitpod /workspace/zapata $ docker-compose --version
docker-compose version 1.25.0, build unknown
Is it possible to bump the version to the latest and greatest release?
The installed version is:
gitpod /workspace/zapata $ docker-compose --version
docker-compose version 1.25.0, build unknown
Is it possible to bump the version to the latest and greatest release?
Hi @lioramilbaum!
FYI, docker-compose
is being installed into Gitpod’s default workspace image here:
The way to upgrade anything installed there is to modify at least one character around these lines, which will invalidate the Docker (Dazzle) cache and cause a fresh re-install of all these tools.
Also, we even already have a Pull Request up that upgrades all these: https://github.com/gitpod-io/workspace-images/pull/331
But the problem is, we found out that upgrading docker
itself breaks the Docker-in-Gitpod feature, so the Pull Request is actually on hold until we fix:
Please feel free to chime into this issue, or to subscribe to it for updates. Meanwhile I’ll mention that this bug also prevents docker-compose
from being upgraded.
Thanks. Waiting for updates.