erlang / docker-erlang-otp

the Official Erlang OTP image on Docker Hub

Home Page:https://hub.docker.com/_/erlang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

list all tags on description or remove unsupported tags

chulkilee opened this issue · comments

Found that docker hub page does not include all tags as in tags page.

If an image is not maintained anymore for any reasons, please remove those tags. If they're still maintained, then please add them into description.

Having "undocumented" tags may result in having "unmaintained images", which doesn't get updated and therefore misses security patches on base images. See #147

commented

you're still asking something beyond I can do, because I do not have direct control on what is to be displayed on the Docker Hub page

  1. the documentation is done by a PR to the docker-library/docs repo,
    https://github.com/docker-library/docs/tree/master/erlang
  2. I do not have permission to delete any images available there, the only thing I can change is to overwrite the tagged image, via a PR to docker-library/official-images repo; but you see, even I deleted the tag 20.2.4 the Docker Hub's current infrastructure is not deleting any old images
    https://github.com/docker-library/official-images/blob/master/library/erlang

I don't think the issue can be resolved within scope of current repo; but I recommend you may try open issues to docker-library/official-images docker-library/docs repo.

Can be closed.

Hi - thanks for the feedback.

Closing this as we do not want to remove "unsupported" tags - see #147 for more details