Skip to content

Commit

Permalink
Patch regsitry v2.7.1 with fix on distribution issue 2819
Browse files Browse the repository at this point in the history
This commit is to build a regsitry bases on v2.7.1 code and introduces
an fix on issue goharbor#2819, this is a P0 bug on v2.7.1 which causes GCS doesn't
work well on v2.7.1

For more details, refer to distribution/distribution#2821

Signed-off-by: wang yan <wangyan@vmware.com>
  • Loading branch information
wy65701436 committed Apr 9, 2019
1 parent fdf57f0 commit 9f70168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ VERSIONFILENAME=UIVERSION
PREPARE_VERSION_NAME=versions

#versions
REGISTRYVERSION=v2.7.1
REGISTRYVERSION=v2.7.1-patch-2821
NGINXVERSION=$(VERSIONTAG)
NOTARYVERSION=v0.6.1
CLAIRVERSION=v2.0.7
Expand Down
2 changes: 1 addition & 1 deletion make/photon/registry/Dockerfile.binary
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.11

ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
ENV BUILDTAGS include_oss include_gcs

WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
Expand Down

0 comments on commit 9f70168

Please sign in to comment.