Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same env var in Dockerfile and Makefile #2821

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

caervs
Copy link
Contributor

@caervs caervs commented Jan 16, 2019

Ensures that build tags get set in the Dockerfile so that OSS and GCS drivers
are built into the official registry binary.

Closes #2819

Signed-off-by: Ryan Abrams rdabrams@gmail.com

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "ISS-2819" git@github.com:caervs/distribution.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

Ensures that build tags get set in the Dockerfile so that OSS and GCS drivers
are built into the official registry binary.

Closes distribution#2819

Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
@codecov
Copy link

codecov bot commented Jan 16, 2019

Codecov Report

Merging #2821 into release/2.7 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           release/2.7    #2821   +/-   ##
============================================
  Coverage        60.25%   60.25%           
============================================
  Files              103      103           
  Lines             8024     8024           
============================================
  Hits              4835     4835           
  Misses            2546     2546           
  Partials           643      643
Flag Coverage Δ
#linux 60.25% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62994fd...bf74e4f. Read the comment docs.

Copy link
Contributor

@manishtomar manishtomar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@caervs caervs merged commit cbc30be into distribution:release/2.7 Jan 17, 2019
wy65701436 added a commit to wy65701436/harbor that referenced this pull request Apr 9, 2019
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>
wy65701436 added a commit to wy65701436/harbor that referenced this pull request Apr 9, 2019
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>
@thaJeztah
Copy link
Member

Looks like this was made directly against the release/2.7 branch, and didn't get into master; opened #3086 to get it into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants