Skip to content
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

fix(go.mod): replace opencontainers/umoci dependency with project-sta… #1240

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

Andreea-Lupu
Copy link
Contributor

…cker/umoci

What type of PR is this?

Which issue does this PR fix:

What does this PR do / Why do we need it:
Currently, github.com/opencontainers/umoci doesn't offer support for OCI Artifacts. This is the reason for what notation signature blobs are not marked as reachable when GC is performed, so these blobs are removed even if the manifests which contain them still exist. This problem was fixed in github.com/project-stacker/umoci/tree/stacker, so this PR updates the go.mod with this replacement(github.com/opencontainers/umoci => github.com/project-stacker/umoci) in order to solve the presented issue.

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Andreea-Lupu Andreea-Lupu force-pushed the replace-umoci-dependency branch 3 times, most recently from f8b56c7 to 3460813 Compare March 3, 2023 14:43
…cker/umoci

Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Merging #1240 (06b21da) into main (23efe24) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1240      +/-   ##
==========================================
- Coverage   89.87%   89.86%   -0.01%     
==========================================
  Files          93       93              
  Lines       20477    20477              
==========================================
- Hits        18403    18402       -1     
  Misses       1565     1565              
- Partials      509      510       +1     
Impacted Files Coverage Δ
pkg/extensions/sync/sync.go 86.14% <0.00%> (-1.64%) ⬇️
pkg/extensions/extension_search.go 100.00% <0.00%> (+4.38%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rchincha rchincha merged commit 6462507 into project-zot:main Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants