-
Notifications
You must be signed in to change notification settings - Fork 195
[cmd/builder] OCB DockerHub page does not have "overview" #862
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
Comments
Actually, none of the distros have an overview 😅 |
The dockerhub config settings from GoReleaser should do the trick: https://goreleaser.com/customization/dockerhub/ |
I guess for otelcol core and otelcol contrib we should the readmes from the respective repos cus those are more extensive and descriptive. For the otlp and k8s distro i think it's fine to use the distro-specific readme files for now. |
@jackgopack4 do you have any suggestions for the short image descriptions for the otelcol distros? |
If it's limited to 100 chars, will a link to the readme.md work? |
The character limit must be a Goreleaser limitation because I see plenty of examples of long descriptions |
OK I hadn't seen your response before posting again, makes sense |
There one such page per image repository, so it's not per tag but per image (i.e. distro) that we have. |
@jackgopack4 the PR should be ready for review minus the short descriptions. But those can also be done as a follow up. It's still a win if we get the readme files as the long descriptions. |
The OpenTelemetry Collector Builder DockerHub page does not have an "overview".
This would make it easier for users to read more about how to install and configure these docker images.
I know this is supposed to be automatically linked to the README.md if the repository/docker push command is set up correctly; there should be a way to do this in goreleaser.
The text was updated successfully, but these errors were encountered: