Why checksums does not have the same behaviors as package and allow 'import' keyword to split #2699
Replies: 2 comments 10 replies
-
Thank you for your feedback.
This is because we have the motivation to split aqua.yaml but don't have the motivation to split aqua-checksums.json. About the motivation to split aqua.yaml, we mentioned in the document too. https://aquaproj.github.io/docs/guides/split-config
On the other hand, we have no motivation to split aqua-checksums.json. If you have any motivations to split aqua-checksums.json, please describe the detail. |
Beta Was this translation helpful? Give feedback.
-
BTW, I have a trivial suggestion. checksum:
enabled: true
require_checksum: true
supported_envs:
- linux/amd64 # or linux/arm64 Then aqua gets checksums of only the given os and arch. |
Beta Was this translation helpful? Give feedback.
-
Question
I was wondering why there is a way to define different path to add package and there is not the mechanism for the checksums? I mean, if you split your packages' configuration, you want to do the same for the checksums, I don't see the point of split the packages files and having a unique big checksums file with all the packages.
Background of the question
No response
Example Code
Configuration
Note
No response
Beta Was this translation helpful? Give feedback.
All reactions