What are the differences between dockerfile and stackbrew users on docker hub

docker

Solution

Stackbrew is the official images project, all images owned by the stackbrew user are curated and verified by people at Docker. There's more info on the project available on our Github repo.

The dockerfile namespace is not official or supervised by us. It does have some repositories that are not (yet) available as an official image, but it's something we're looking to fix as time goes on.

Also note that any image under the stackbrew/ namespace mirrors the official image of the same name, i.e. `stackbrew/ubuntu` is the same as `ubuntu`, `stackbrew/ruby` the same as `ruby`; etc.

Problem

There are two users dockerfile and stackbrew on docker hub site. Both of them have a lot of "standard" repositories, for example mongodb repository. - What are the differences between them? - Which of them is more "official"?

Original source