Skip to content

SHA256 missing from 2.10.0 release #9772

@aminvakil

Description

@aminvakil

Description

I rely on the existence of .sha256 of docker-compose binary for every release on my ansible task.

https://github.com/aminvakil/ansible-role-docker-installation/blob/20b7f6277fc942b47b6cff408c82b04c5f9e9b77/tasks/docker-compose.yml#L4

https://github.com/docker/compose/releases/download/v{{ docker_compose_version }}/docker-compose-{{ ansible_system }}-{{ ansible_architecture }}.sha256

And it is not present in 2.10.0 release anymore.

Steps to reproduce the issue:

  1. Verify https://github.com/docker/compose/releases/download/v2.9.0/docker-compose-Linux-x86_64.sha256 works.
  2. Try https://github.com/docker/compose/releases/download/v2.10.0/docker-compose-Linux-x86_64.sha256 and see failure.

Describe the results you received:
404

Describe the results you expected:
200

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions