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:
- Verify https://github.com/docker/compose/releases/download/v2.9.0/docker-compose-Linux-x86_64.sha256 works.
- 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
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 }}.sha256And it is not present in 2.10.0 release anymore.
Steps to reproduce the issue:
Describe the results you received:
404
Describe the results you expected:
200