gentoo-docker-images icon indicating copy to clipboard operation
gentoo-docker-images copied to clipboard

"Official Images" for Gentoo

Open oxr463 opened this issue 5 years ago • 4 comments

New Docker users are encouraged to use the Official Images in their projects. These images have clear documentation, promote best practices, and are designed for the most common use cases. --https://docs.docker.com/docker-hub/official_images

I'd be willing to do the work if needed to get this going.

Sources:

  • https://github.com/docker-library/official-images
  • https://github.com/docker-library/docs

oxr463 avatar May 13 '19 16:05 oxr463

See also https://bugs.gentoo.org/731270 . Ping @ultrabug and cc @KSmanis also @akhuettel

mjeveritt avatar Aug 26 '20 19:08 mjeveritt

I just had a co-worker ask me about this, so I will be following it as well.

$ docker search --filter is-official=true gentoo/

is the search my co-worker was using to see if we have official images. What do we need to do to make this happen?

Thanks,

William

williamh avatar Jul 18 '22 19:07 williamh

I concur that it would be helpful to have our images added to the official source of truth, however I believe we will want to work toward having a Gentoo base in place of the Alpine base before starting the process.

maffblaster avatar Jun 20 '23 20:06 maffblaster

Having a gentoo image that's FROM gentoo won't be acceptable (just FYI); see https://github.com/docker-library/official-images/pull/8999#issuecomment-720622797 :eyes:

I would suggest either sticking with "bootstrap/download" based on Alpine or considering https://github.com/docker-library/official-images/pull/13769 (although this one is probably not an option given the size of the stage3 tarballs) :+1:

tianon avatar Jun 21 '23 18:06 tianon