-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
What is the version of your ORAS CLI
Version: 1.0.0-rc.1+unreleased Go version: go1.20 Git commit: 8bda262 Git tree state: clean
What would you like to be added?
Right now, if I have a multi-arch image, I need this to attach a file to each arch.
oras attach... --oci-layout oci@digestofthearch
I would like to be able to do something like this.
oras attach .... --platform linux/s390x --oci-layout oci:dev
Why is this needed for ORAS?
Right now, I have a multi-arch image, and it will be more intuitive to attach an artefact to an arch with the platform flag, especially when we can discover and cp with the platform flag.
Are you willing to submit PRs to contribute to this feature?
- Yes, I am willing to implement it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request