fluentd-docker-image icon indicating copy to clipboard operation
fluentd-docker-image copied to clipboard

"Repository Overview" is not synced automatically on hub.docker.com

Open kenhys opened this issue 10 months ago • 5 comments

Describe the bug

Since image was published via GitHub Actions, "Repository Overview" on hub.docker.com was not synced.

This is because autobuild is not available and not kicked anymore on hub.docker.com.

In Repository Overview help explains like this:

The repository overview is shown in the public view of your repository when the repository has at least one image. Use it to tell users what your image does and how to run it.

If autobuilds are enabled, the overview will be synced from the source code repository's README.md file on each successful build.

This situation misleads docker image users - "Hey! version v1.xx is not published yet!"

[!TIP] UPDATE 2025/05/23: I've overlooked manually editing workflow here, https://hub.docker.com/repository/docker/fluent/fluentd/general, but want to automate it.

To Reproduce

See https://hub.docker.com/r/fluent/fluentd (Admin?: https://hub.docker.com/repository/docker/fluent/fluentd/general)

Expected behavior

"Repository Overview" will be continuously synced with latest README.md

Your Environment

N/A

Your Configuration

N/A

Your Error Log

N/A

Additional context

No response

kenhys avatar Feb 10 '25 04:02 kenhys

https://docs.docker.com/docker-hub/repos/manage/information/#add-or-update-a-repository-overview

Currently no way to update from UI.

kenhys avatar Feb 10 '25 04:02 kenhys

No API to update overview.

https://docs.docker.com/reference/api/hub/latest/#tag/repositories

kenhys avatar Feb 10 '25 04:02 kenhys

Could you at least add a disclaimer to Repository Overview that it is out of sync?

enoot avatar May 15 '25 15:05 enoot

Could you at least add a disclaimer to Repository Overview that it is out of sync?

However, it appears that currently no way to update it...

https://docs.docker.com/docker-hub/repos/manage/information/#add-or-update-a-repository-overview

Currently no way to update from UI.

daipom avatar May 19 '25 01:05 daipom

NOTE: can find a way to update manually, so I've updated to v1.18 via https://hub.docker.com/repository/docker/fluent/fluentd/general

kenhys avatar May 23 '25 02:05 kenhys