gentoo / gentoo-docker-images

[MIRROR] Common effort to get an official and automated gentoo base docker container
https://gitweb.gentoo.org/proj/docker-images.git
GNU General Public License v2.0
321 stars 88 forks source link

Short descriptions missing for some official Gentoo repositories on Docker Hub #52

Closed JoeNyland closed 5 years ago

JoeNyland commented 6 years ago

Currently, not all official Gentoo repositories on Docker Hub have their short description field populated. This means that when users search for Gentoo images using docker, it's not immediately clear which are official images and which are not:

$ docker search gentoo | head -n10
NAME                                          DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
gentoo/stage3-amd64                                                                           61                                      [OK]
gentoo/portage                                                                                26                                      [OK]
gentoo/stage3-amd64-hardened                  Official Gentoo stage3-amd64-hardened Image     15                                      [OK]
gentoo/stage3-amd64-nomultilib                Official Gentoo stage3-amd64-nomultilib Image   13                                      [OK]
plabedan/gentoo-minimal                       Gentoo minimal image (stage3 + portage)         7                                       
vguardiola/gentoo-nginx                       Gentoo Nginx                                    3                                       [OK]
thedcg/tl-gentoo                              tl-gentoo                                       2                                       [OK]
vguardiola/gentoo                             Gentoo Docker images                            2                                       [OK]
tianon/gentoo                                 outdated direct stage3 imports                  2                                       

One can assume that an image is official based on the repository namespace beginning with gentoo/, but it's best to be explicit.

I propose the following descriptions should be added:

Repository Short Description
gentoo/stage3-amd64 Official Gentoo stage3-amd64 Image
gentoo/portage Official Gentoo portage snapshot, designed to be mounted as a container volume

This may seem a small and nit-picking type change, but I think it helps to highlight to users what's official and what's not 🙂

mmokrejs commented 5 years ago

I think you have a good point.

Currently I see:

$ docker search gentoo | sort
NAME                                          DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
freenas/gentoo                                Simple Gentoo Linux interactive container       0                                       [OK]
gentoo/portage                                Official Gentoo Portage snapshot. Designed t…   34                                      [OK]
gentoo/stage3-amd64                           Official Gentoo stage3-amd64 image.             74                                      [OK]
gentoo/stage3-amd64-hardened                  Official Gentoo stage3-amd64-hardened image.    19                                      [OK]
gentoo/stage3-amd64-hardened-nomultilib       Official Gentoo stage3-amd64-hardened-nomult…   2                                       
gentoo/stage3-amd64-nomultilib                Official Gentoo stage3-amd64-nomultilib imag…   17                                      [OK]
gentoo/stage3-x86                             Official Gentoo stage3-x86 image.               1                                       
gentoo/stage3-x86-hardened                    Official Gentoo stage3-x86-hardened image.      0                                       
gentoobb/opensmtpd                            moved to kubler/opensmtpd                       0                                       
hasufell/gentoo-amd64-paludis                 Gentoo git HEAD (amd64) image with paludis      2                                       [OK]
necrose99/gentoo-docker-x86                   gentoo-docker-x86 Official Image + afew extr…   2                                       [OK]
pallavagarwal07/gentoo-stabilization          Stabilization container for gentoo              0                                       [OK]
palo/gentoo-test                              A container I test my Ebuild before creating…   0                                       [OK]
samuelololol/docker-gentoo-crossdev-distccd   gentoo docker image, crossdev & distcc are i…   0                                       [OK]
samuelololol/docker-gentoo-websync            gentoo docker image, after websync              0                                       [OK]
samuelololol/docker-gentoo-write-ebuild       A gentoo docker image for helping writing eb…   0                                       [OK]
samuelololol/docker-gentoo-xdistccd-rpi       gentoo docker image, cross compiler for rpi     0                                       [OK]
tharvik/gentoo-git                            tharvik/gentoo-portage with dev-vcs/git         1                                       [OK]
tharvik/gentoo-portage                        gentoo with bundled portage snapshot            1                                       [OK]
thedcg/tl-gentoo                              tl-gentoo                                       2                                       [OK]
vguardiola/gentoo                             Gentoo Docker images                            2                                       [OK]
vguardiola/gentoo-nginx                       Gentoo Nginx                                    3                                       [OK]
vguardiola/gentoo-smtp                        gentoo-smtp                                     1                                       [OK]
vikraman/gentoo                               Minimal gentoo amd64 docker image               2                                       [OK]
wking/gentoo-en-us                            Gentoo stage3 with the Portage tree, no Pyth…   0                                       
$

Probably is FIXED now.

JoeNyland commented 5 years ago

Yep, looks to be resolved. Thanks!