Wildcards for pushing folder contents #1636
VMariusKlein
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @VMariusKlein, would you like to open an issue as well so that more people can see this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to be added?
The idea is quite simple: Wildcards to push multiple files (of a certain type or naming schmema).
For example:
Given the use-case I store a bunch of documentation files in a folder it would be great to do:
oras push repo_a/mypushedfiles:v1.0.0 ./*.pdf:application/pdf to push all pdf files with the correct type.
Why is this needed for ORAS?
This would greatly help pushing larger amounts of files with the correct type for deduplication.
Beta Was this translation helpful? Give feedback.
All reactions