Skip to content

Docker builder image ships mismatching versions of docker compose #1042

@EduPonz

Description

@EduPonz

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 --version returns docker-compose version 1.25.0, build unknown
  • docker compose version returns Docker Compose version v2.33.0

Steps to Reproduce the Problem

  1. docker-compose --version
  2. docker compose version

Additional Info

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions