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

Build binaries using Go 1.3 #633

Merged
merged 1 commit into from
Jul 26, 2014

Conversation

kelseyhightower
Copy link
Contributor

Currently binaries are built using Go 1.2.2, which results
in larger binaries than those produced by newer versions of
Go. The Go source archive used for the build process is not
verified against its SHA1 hash.

Update the build-image Dockerfile to use Go 1.3 to build all
binaries, as a result binaries are now 20% - 30% smaller. The
Go source archive used for building binaries is now verified
against its SHA1 hash.

Currently binaries are built using Go 1.2.2, which results
in larger binaries than those produced by newer versions of
Go. The Go source archive used for the build process is not
verified against its SHA1 hash.

Update the build-image Dockerfile to use Go 1.3 to build all
binaries, as a result binaries are now 20% - 30% smaller. The
Go source archive used for building binaries is now verified
against its SHA1 hash.
@lavalamp
Copy link
Member

LGTM

@brendandburns
Copy link
Contributor

Thanks for the PR (and the SHA fix)!

brendandburns added a commit that referenced this pull request Jul 26, 2014
@brendandburns brendandburns merged commit 57b583e into kubernetes:master Jul 26, 2014
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Dec 8, 2016
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Mar 3, 2017
wking pushed a commit to wking/kubernetes that referenced this pull request Jul 21, 2020
Fixed a typo in field merge semantics
b3atlesfan pushed a commit to b3atlesfan/kubernetes that referenced this pull request Feb 5, 2021
Remove the experimental support for multiple networks.
aojea pushed a commit to aojea/kubernetes that referenced this pull request Apr 13, 2021
UPSTREAM: <carry>: Add Dockerfile to build pause image
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.

3 participants