* Markus Frosch: > On Wed, 2020-04-15 at 10:03 +0200, Emmanuel Kasper wrote: >> I see salsagitlab ci is using docker containers for its shared runners >> >> like for instance in >> >> https://salsa.debian.org/cloud-team/debian-cloud-images/-/blob/master/.gitlab-ci.yml#L23 >> >> How are these containers images built ? >> >> I specifically wanted to check if xz-utils is included or not in the >> debian:buster image. > > That should be the standard docker images in Docker Hub's library: > https://hub.docker.com/_/debian > > Source: > https://github.com/docker-library/official-images/blob/master/library/debian > > Tooling and artifact source (on GitHub) is linked there. > > You can just do: > docker pull debian:buster
Are these Debian-produced images nowadays? (Just because Docker says something is “official” doesn't mean that the content is produced by the trademark owner.)