Skip to content

Commit

Permalink
Auto-merge for PR #27 via VersionBot
Browse files Browse the repository at this point in the history
Update registry to 2.6.2
  • Loading branch information
resin-io-versionbot[bot] authored Sep 4, 2017
2 parents c91ecd8 + c4fcc61 commit af26543
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.5.0 - 2017-09-04

* Update registry to 2.6.2 #27 [Akis Kesoglou]

## v1.4.0 - 2017-08-29

* Added support for Circle.ci #25 [Akis Kesoglou]
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC64107
&& rm /etc/nginx/conf.d/default.conf \
&& rm /etc/nginx/nginx.conf

# registry 2.6.1
ENV REGISTRY_VERSION 576b139d6eac5b35c9b3e9fe6c2e5132b0c7e03b
ENV REGISTRY_SHA256 5c5039e8d72268cfb68190ad3fff660b5289e134f2038997f3d768f4af6da878
# registry 2.6.2
ENV REGISTRY_VERSION bc5d4f15a7e8d12ed6e5174ac4edab4b6032d09f
ENV REGISTRY_SHA256 84b718193f07885b39a73be34994d50a6259f62abfca6dbd2ced279fefcc24e5

RUN URL="https://github.com/docker/distribution-library-image/blob/${REGISTRY_VERSION}/registry/registry?raw=true" \
&& wget -qO /usr/local/bin/docker-registry "$URL" \
Expand Down

0 comments on commit af26543

Please sign in to comment.