-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oci.Store and oci.Storage should implement content.Deleter #454
Comments
qweeah
changed the title
oci.Store and oci.Store should implement content.Deleter
oci.Store and oci.Storage should implement content.Deleter
Mar 4, 2023
carabasdaniel
added a commit
to opcr-io/policy
that referenced
this issue
Mar 13, 2023
Signed-off-by: carabasdaniel <[email protected]>
carabasdaniel
added a commit
to opcr-io/policy
that referenced
this issue
Mar 13, 2023
Signed-off-by: carabasdaniel <[email protected]>
carabasdaniel
added a commit
to opcr-io/policy
that referenced
this issue
Mar 15, 2023
* Bump oras-go to v2 * Update build to oras v2 Signed-off-by: carabasdaniel <[email protected]> * Fix push & tag * Allow rebuild Signed-off-by: carabasdaniel <[email protected]> * Fix build images * Oci Tag only on not resolved Signed-off-by: carabasdaniel <[email protected]> * PostCopy tag Signed-off-by: carabasdaniel <[email protected]> * Add copyskipped Signed-off-by: carabasdaniel <[email protected]> * Add media type check for copy options Signed-off-by: carabasdaniel <[email protected]> * Extract remote manager Signed-off-by: carabasdaniel <[email protected]> * Test with pre-release Signed-off-by: carabasdaniel <[email protected]> * Fix on rebase Signed-off-by: carabasdaniel <[email protected]> * Use oci package in repl Signed-off-by: carabasdaniel <[email protected]> * Hack to allow rm to work with oras v2 until oras-project/oras-go#454 Signed-off-by: carabasdaniel <[email protected]> * Use oras v2 in save command Signed-off-by: carabasdaniel <[email protected]> * Use oras v2 in inspect Signed-off-by: carabasdaniel <[email protected]> * Fix linting errors Signed-off-by: carabasdaniel <[email protected]> --------- Signed-off-by: carabasdaniel <[email protected]> Co-authored-by: oanatmaria <[email protected]>
Closed
I'd like to work on this. |
This was referenced Sep 25, 2023
TerryHowe
pushed a commit
that referenced
this issue
Oct 2, 2023
Part 2/4 of #454 Based on draft PR #582 --------- Signed-off-by: Xiaoxuan Wang <[email protected]> Co-authored-by: Terry Howe <[email protected]>
TerryHowe
pushed a commit
that referenced
this issue
Oct 7, 2023
Signed-off-by: Xiaoxuan Wang <[email protected]> Part 3/4 of #454 Based on draft PR #582 --------- Signed-off-by: Xiaoxuan Wang <[email protected]>
Wwwsylvia
pushed a commit
that referenced
this issue
Oct 16, 2023
Signed-off-by: Xiaoxuan Wang <[email protected]> Part 1/4 of #454 Based on draft PR #582 Current behavior regarding `graph.Memory.Remove(node)`: * `node` entry in `m.successors` and `m.nodes` is removed. * `node` is removed from its successors predecessors list. * `node` entry in `m.predecessors` is NOT removed, **unless all its predecessors no longer exist**. * `node` is NOT removed from its predecessors' `m.successors` list. The `m.successors` is always in accordance with the actual content. Signed-off-by: Xiaoxuan Wang <[email protected]>
shizhMSFT
pushed a commit
that referenced
this issue
Nov 20, 2023
Part 4/4 of #454 This PR should be reviewed and merged after PR #606 #607 #608 --------- Signed-off-by: Xiaoxuan Wang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oci.Store
andoci.Store
should implementcontent.Deleter
to provide base delete operations onindex.json
without garbage collection.The text was updated successfully, but these errors were encountered: