Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ docker:
binary:
options: ''
# yamllint disable-line rule:line-length
source: 'https://dl.bintray.com/docker-compose/master/docker-compose-Linux-x86_64'
source_hash: '3c96b57ea8e0027aee7e1a3023f7599bcecae54e77bcfd5f4e65a59672637e54'
source: 'https://github.com/docker/compose/releases/latest/download/docker-compose-Linux-x86_64'
source_hash: null

networks: {}
containers:
Expand Down
1 change: 1 addition & 0 deletions docker/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
{%- if 'source_hash' in p.binary and p.binary.source_hash %}
{%- do p.binary.update({'name': p.path, 'source_hash': p.binary.source_hash}) %}
{%- else %}
{%- set url = p.binary.source %}
{%- do p.binary.update({'name': p.path, 'source_hash': url ~ '.sha256'}) %}
{%- endif %}

Expand Down
4 changes: 2 additions & 2 deletions docker/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ MacOS:
name: docker-compose # homebrew
use_upstream: package # Docker Desktop
archive:
source: 'https://dl.bintray.com/docker-compose/master/docker-compose-Darwin-x86_64'
source_hash: 'c5e326611efa45cbaf5b338bf352cbf27e9eb7dff0619f77639cae1158f6571f'
source: 'https://github.com/docker/compose/releases/latest/download/docker-compose-Darwin-x86_64'
source_hash: null

Windows:
div: '\'
Expand Down