Skip to content

Commit

Permalink
Update binaries for 2.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
  • Loading branch information
dmcgowan committed Dec 4, 2018
1 parent 958adb1 commit c8fb369
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file modified amd64/registry
Binary file not shown.
Binary file modified arm/registry
Binary file not shown.
Binary file modified arm64/registry
Binary file not shown.
3 changes: 1 addition & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8fb369

Please sign in to comment.