Skip to content

Add implementation of OCI push and pull with authentication #5805

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

Merged
merged 3 commits into from
May 12, 2025

Conversation

Warashi
Copy link
Member

@Warashi Warashi commented May 8, 2025

What this PR does:

as title

Why we need it:

We want to support push/pull plugins to/from OCI Registry with authentication.

Which issue(s) this PR fixes:

Part of #4980

Does this PR introduce a user-facing change?: No

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.28%. Comparing base (5d60b70) to head (51cae71).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5805      +/-   ##
==========================================
+ Coverage   27.23%   27.28%   +0.04%     
==========================================
  Files         508      508              
  Lines       53886    53922      +36     
==========================================
+ Hits        14677    14713      +36     
  Misses      38093    38093              
  Partials     1116     1116              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines -43 to +46
r, ref, err := parseOCIURL(sourceURL)
repo, ref, err := parseOCIURL(sourceURL)
Copy link
Member Author

Choose a reason for hiding this comment

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

This change is to make consistency with push.go

@Warashi Warashi marked this pull request as ready for review May 8, 2025 09:04
Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

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

Nice work! Let's try

@t-kikuc t-kikuc merged commit 1440b14 into master May 12, 2025
21 of 22 checks passed
@t-kikuc t-kikuc deleted the plugin-push-oci-auth branch May 12, 2025 01:13
@github-actions github-actions bot mentioned this pull request May 15, 2025
@github-actions github-actions bot mentioned this pull request May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants