1
0
mirror of https://github.com/distribution/distribution-library-image synced 2024-11-12 05:15:50 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Richard Scothern
5cbbc8d1e6 Update registry binary to v2.4.1.
Also revert 740a307b which will be superceded by an init script in v2.5

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2016-05-18 10:07:51 -07:00
Richard Scothern
3b41b10642 Update registry binary to version v2.4.0
Add 'serve' to Dockerfile cmd.

Signed-off-by: Richard Scothern <richard.scothern@docker.com>
2016-04-13 11:04:58 -07:00
Richard Scothern
d7b2c405ae Update registry binary to version v2.3.1 2016-03-08 11:32:31 -08:00
Richard Scothern
adffb8e878 Update registry binary to version 2.3.0 2016-02-04 11:48:25 -08:00
Richard Scothern
bd3fb9d19c Update registry binary to version 2.2.1, go version 1.5
Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-12-09 13:37:24 -08:00
Richard Scothern
3b5759583b Update registry binary to version 2.2.0. Update config 2015-11-03 12:02:03 -08:00
Richard Scothern
6444243043 Rebuild registry v2.1.1 to use go 1.4.3 2015-10-05 14:02:43 -07:00
Richard Scothern
7b7a1e56e6 Update registry binary to version 2.1.1 of registry 2015-08-12 16:30:13 -07:00
Aaron Lehmann
c70df51a11 Update registry binary to version 2.1.0 of registry binary
This was done by running

    ./update.sh v2.1.0

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-08-11 17:01:19 -07:00
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