You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --config flag support for oras attach command
Add support for customizing the config descriptor when using oras attach,
matching the existing --config flag behavior in oras push. This allows users
to specify a config file with an optional media type using the format
--config <file>[:<type>].
- Add manifestConfigRef field and --config flag to attach command
- Parse config file reference and set ConfigDescriptor in pack options
- Add config and platform mutual exclusivity validation
- Add config annotations support for attach
- Add usage example in command help text
Fixes#1146
0 commit comments