docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
232 stars 40 forks source link

Minor bug: regression w.r.t. the "automated flag" for newly created repos (?) #1796

Closed erikmd closed 3 years ago

erikmd commented 5 years ago

Problem description

I've created today an automated build erikmd/build-sha1-demo (to test the hooks/build-based procedure to add build metadata to images using labels).

The build worked fine, and I can also access the VCS_REF label thanks to the badge URL

https://images.microbadger.com/badges/commit/erikmd/build-sha1-demo.svg

that yields: commit hash, which is very fine.

However, it seems the Docker Hub API related to the "automated flag" does't work for this freshly created automated build repo… given the following URLs:

https://img.shields.io/docker/automated/erikmd/build-sha1-demo.svg

that yields: automated, and:

https://img.shields.io/docker/build/erikmd/build-sha1-demo.svg

that yields: build.

In passing, I've noted that the automated flag does't show up in the output of docker search either for this repo:

$ docker search erikmd | grep 'AUTOMATED\|coq\|build-sha1-demo'
NAME                    DESCRIPTION                        STARS   OFFICIAL   AUTOMATED
erikmd/coq              Docker images of Coq and MathComp  1                  [OK]
erikmd/build-sha1-demo  Test repo                          0

Is this a known bug?

github-actions[bot] commented 3 years ago

We are clearing up our old issues and your ticket has been open for one year with no activity. Remove stale label or comment or this will be closed in 15 days.