-
Notifications
You must be signed in to change notification settings - Fork 50
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 MediaType::to_docker_v2s2
for Docker Image Manifest V2 Schema 2 equivalents
#106
Conversation
Hey @nokome, thank you for this PR! May I ask you to sign-off your commits via
Yep I'd prefer that. |
Codecov Report
@@ Coverage Diff @@
## main #106 +/- ##
==========================================
- Coverage 24.21% 24.09% -0.13%
==========================================
Files 20 20
Lines 1503 1511 +8
Branches 741 742 +1
==========================================
Hits 364 364
- Misses 495 503 +8
Partials 644 644 |
MediaType::to_v2s2
for Docker Image Manifest V2 Schema 2 equivalentsMediaType::to_docker_v2s2
for Docker Image Manifest V2 Schema 2 equivalents
@saschagrunert thanks for your quick attention to this. I have signed off the commit and renamed to |
@nokome have you pushed the changes, I still see |
… equivalents Signed-off-by: Nokome Bentley <nokome@stenci.la>
Yeah, sorry about that, I hadn't staged the changes before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please take a look @utam0k
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Sorry for late response
Closes #105.
I chose
to_v2s2
over the shorterto_docker_v2s2
after I noted thatv2s2
is the shorthand used bypodman
. But happy to change to the more explicitto_docker_v2s2
is you feel that is appropriate.