-
Notifications
You must be signed in to change notification settings - Fork 608
Open
Labels
Description
Notice
If you are reporting an issue with the hosted Google Cloud Build service, please contact your Google Cloud Support representative or report your issue using Google's public issue tracker.
This GitHub issue tracker is intended for bugs with the officially supported builder images only. This issue tracker is not the right place to report issues with triggers or notifications.
If you're not sure where to report your issue, use Google's public issue tracker.
Affected builder image
gcr.io/cloud-builders/docker
Expected Behavior
There should only be one compose version installed. That is, both docker-compose --version and docker compose version commands should return the same version.
Actual Behavior
There are two different versions of compose installed
docker-compose --versionreturnsdocker-compose version 1.25.0, build unknowndocker compose versionreturnsDocker Compose version v2.33.0
Steps to Reproduce the Problem
docker-compose --versiondocker compose version