-
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 <dani@aserto.com>
carabasdaniel
added a commit
to opcr-io/policy
that referenced
this issue
Mar 13, 2023
Signed-off-by: carabasdaniel <dani@aserto.com>
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 <dani@aserto.com> * Fix push & tag * Allow rebuild Signed-off-by: carabasdaniel <dani@aserto.com> * Fix build images * Oci Tag only on not resolved Signed-off-by: carabasdaniel <dani@aserto.com> * PostCopy tag Signed-off-by: carabasdaniel <dani@aserto.com> * Add copyskipped Signed-off-by: carabasdaniel <dani@aserto.com> * Add media type check for copy options Signed-off-by: carabasdaniel <dani@aserto.com> * Extract remote manager Signed-off-by: carabasdaniel <dani@aserto.com> * Test with pre-release Signed-off-by: carabasdaniel <dani@aserto.com> * Fix on rebase Signed-off-by: carabasdaniel <dani@aserto.com> * Use oci package in repl Signed-off-by: carabasdaniel <dani@aserto.com> * Hack to allow rm to work with oras v2 until oras-project/oras-go#454 Signed-off-by: carabasdaniel <dani@aserto.com> * Use oras v2 in save command Signed-off-by: carabasdaniel <dani@aserto.com> * Use oras v2 in inspect Signed-off-by: carabasdaniel <dani@aserto.com> * Fix linting errors Signed-off-by: carabasdaniel <dani@aserto.com> --------- Signed-off-by: carabasdaniel <dani@aserto.com> Co-authored-by: oanatmaria <oana@aserto.com>
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
TerryHowe
pushed a commit
that referenced
this issue
Oct 7, 2023
Wwwsylvia
pushed a commit
that referenced
this issue
Oct 16, 2023
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com> 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 <wangxiaoxuan119@gmail.com>
shizhMSFT
pushed a commit
that referenced
this issue
Nov 20, 2023
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: