Skip to content

Conversation

@jmhodges
Copy link

@jmhodges jmhodges commented Nov 4, 2025

Fixes #435

@github-actions github-actions bot added the image Related to "image" package label Nov 4, 2025
Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

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

image/README.md Outdated
@@ -1,4 +1,4 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/containers/image/v5.svg)](https://pkg.go.dev/github.com/containers/image/v5) [![Build Status](https://api.cirrus-ci.com/github/containers/image.svg)](https://cirrus-ci.com/github/containers/image)
[![Go Reference](https://pkg.go.dev/badge/go.padman.io/image/v5.svg)](https://pkg.go.dev/go.podman.io/image/v5) [![Build Status](https://api.cirrus-ci.com/github/containers/image.svg)](https://cirrus-ci.com/github/containers/image)
Copy link
Member

Choose a reason for hiding this comment

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

typo go.padman.io

I think you can just drop the cirrus CI link, it doesn't add any value. It would need to get changed with s/image/container-libs/ to pick the current repo location CI wise but it doesn't make sense to show this link in the image subdirectory IMO.

Copy link
Author

Choose a reason for hiding this comment

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

Done! Thank you.

Fixes the godoc button link to the new URL and removes the unused
cirrusci badge.

Fixes containers#435

Signed-off-by: Jeff Hodges <[email protected]>
@jmhodges
Copy link
Author

jmhodges commented Nov 5, 2025

@Luap99 Feedback handled! Thanks for the review!

@@ -1,4 +1,4 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/containers/image/v5.svg)](https://pkg.go.dev/github.com/containers/image/v5) [![Build Status](https://api.cirrus-ci.com/github/containers/image.svg)](https://cirrus-ci.com/github/containers/image)
[![Go Reference](https://pkg.go.dev/badge/go.poman.io/image/v5.svg)](https://pkg.go.dev/go.podman.io/image/v5)
Copy link
Member

Choose a reason for hiding this comment

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

another typo in the badge svg link, it doesn't seem to matter for the picture but still it should be right :)

@mtrmac mtrmac added the bug Something isn't working label Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working image Related to "image" package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README links to old godocs

3 participants