Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pkgs/apple/container/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
description: A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.6.0")
- version_constraint: semver("< 0.7.0")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this change has meaning.

https://github.com/apple/container/releases

Versions:

  • 0.7.1
  • 0.7.0
  • 0.6.0

The evaluation result of <= 0.6.0 and < 0.7.0 are same in this case.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified that it installs correctly using aqua directly (using ref: v4.450.0).

My apologies. The root cause was actually my outdated local environment (I was using mise v2025.8.21). After upgrading mise to the latest version, everything works perfectly.

I saw the error log and hastily assumed the config was broken without checking the existing logic carefully.
Thanks for the review. I'll close this PR.

asset: container-{{.Version}}-installer-signed.{{.Format}}
format: pkg
files:
Expand Down