Update binaries for 2.7.0

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2018-12-03 16:34:22 -08:00
parent 958adb17f7
commit c8fb369af7
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,8 +29,7 @@ docker build --build-arg GOARCH=$GOARCH --build-arg GOARM=$GOARM -t distribution
ID=$(docker create distribution-builder-$GOARCH)
# Update the local binary and config.
docker cp $ID:/go/bin/registry $GOARCH
docker cp $ID:/go/src/github.com/docker/distribution/cmd/registry/config-example.yml $GOARCH
docker cp $ID:/bin/registry $GOARCH
# Cleanup.
docker rm -f $ID