1
0
mirror of https://github.com/distribution/distribution-library-image synced 2024-11-12 05:15:50 +01:00
Go to file
Aaron Lehmann c017c8583d Add library image for registry
This is based on swarm-library-image.

Unfortunately, the registry binary needs to be checked in - otherwise
"docker build" wouldn't work without preparation, as is required of
official images. The binary checked in here is from distribution's
current master branch (4cc4d440f6afc7b27c2220993d01a4e2889d87c0). It
will need to be updated to the release version after each release.

Rather than creating a container from scratch, this library image is
based on the ubuntu container, because registry is a dynamically linked
binary.

Because we're using the ubuntu container as a base, manual installation
of ca-certificates.crt isn't necessary. If we end up switching to a
scratch container, this will need to be re-added.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-07-30 17:50:03 -07:00
registry Add library image for registry 2015-07-30 17:50:03 -07:00
Dockerfile Add library image for registry 2015-07-30 17:50:03 -07:00
README.md Initial commit 2015-07-28 16:23:14 -07:00
update.sh Add library image for registry 2015-07-30 17:50:03 -07:00

About this Repo

This is the Git repo of the official Docker image for distribution. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.