-
Notifications
You must be signed in to change notification settings - Fork 268
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 org.opencontainers.image url and source labels to dockerfiles #6962
add org.opencontainers.image url and source labels to dockerfiles #6962
Conversation
Signed-off-by: Sankalp Yengaldas <[email protected]>
Hi @brandond and @matttrach, could you please help with review and approval of this PR. |
Signed-off-by: Sankalp Yengaldas <[email protected]>
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.
one more issue - I didn't notice that the labels were on the wrong step in the main Dockerfile.
Signed-off-by: Sankalp Yengaldas <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6962 +/- ##
==========================================
- Coverage 25.11% 25.09% -0.02%
==========================================
Files 33 33
Lines 2839 2841 +2
==========================================
Hits 713 713
- Misses 2079 2081 +2
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ncher#6962) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
…ncher#6962) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
…ncher#6962) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
…ncher#6962) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
) * add org.opencontainers.image url and source labels to dockerfiles Signed-off-by: Sankalp Yengaldas <[email protected]> (cherry picked from commit f76a13f) Signed-off-by: Brad Davidson <[email protected]>
Proposed Changes
This PR adds the image metadata labels to rke2-runtime image
Types of Changes
enhancement
Verification
check rke2-runtime image labels
Testing
Linked Issues
User-Facing Change
Further Comments