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

Add support for docker content types #195

Merged

Conversation

jonesbusy
Copy link
Collaborator

Description

Would fix: #194

Testing done

CI and some OCI layout export from a legacy docker layout

Submitter checklist

  • I have read and understood the CONTRIBUTING guide
  • I have run mvn license:update-file-header, mvn spotless:apply, pre-commit run -a, mvn clean install before opening the PR

@jonesbusy jonesbusy added the enhancement New feature or request label Mar 5, 2025
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 89.18919% with 4 lines in your changes missing coverage. Please review.

Project coverage is 84.91%. Comparing base (1acec5c) to head (9037ba2).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main/java/land/oras/Registry.java 88.57% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #195      +/-   ##
============================================
- Coverage     85.06%   84.91%   -0.15%     
- Complexity      367      375       +8     
============================================
  Files            29       29              
  Lines          1272     1286      +14     
  Branches        132      137       +5     
============================================
+ Hits           1082     1092      +10     
  Misses          131      131              
- Partials         59       63       +4     

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

@jonesbusy jonesbusy force-pushed the feature/support-docker-content-type branch from e25b36d to 9037ba2 Compare March 5, 2025 14:58
@jonesbusy jonesbusy marked this pull request as ready for review March 5, 2025 15:01
@jonesbusy jonesbusy merged commit 13ef63d into oras-project:main Mar 5, 2025
4 checks passed
@jonesbusy jonesbusy deleted the feature/support-docker-content-type branch March 5, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for docker media type
1 participant