Skip to content

Commit

Permalink
Merge pull request #6834 from aquaproj/fix/docker-compose-checksum
Browse files Browse the repository at this point in the history
fix(docker/compose): fix checksum config
  • Loading branch information
suzuki-shunsuke committed Oct 5, 2022
2 parents 3dc65ce + ebf445a commit ca71e58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions pkgs/docker/compose/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
packages:
- name: docker/compose@v2.11.2
- name: docker/compose
version: v2.10.0
- name: docker/compose
version: v2.9.0
9 changes: 5 additions & 4 deletions pkgs/docker/compose/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@ packages:
- darwin
- linux
- amd64
version_constraint: semver(">= 2.10.1")
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 2.10.0")
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+\\*(\\S+)$"
version_overrides:
- version_constraint: "true"
- version_constraint: semver(">= 2.10.0")
checksum:
type: github_release
asset: checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+\\*(\\S+)$"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
- version_constraint: "true"
9 changes: 5 additions & 4 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca71e58

Please sign in to comment.