Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
dd827035
Commit
dd827035
authored
Dec 02, 2016
by
Alexander Kanevskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Go 1.7.4 due to security fixes
parent
bbd447f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
build-tools/build-image/cross/Dockerfile
+2
-2
VERSION
build-tools/build-image/cross/VERSION
+1
-1
No files found.
build-tools/build-image/cross/Dockerfile
View file @
dd827035
...
...
@@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.
FROM
golang:1.7.
3
FROM
golang:1.7.
4
ENV
GOARM 6
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
@@ -78,7 +78,7 @@ RUN export ETCD_VERSION=v3.0.14; \
&&
ln
-s
../src/etcd/etcd-
${
ETCD_VERSION
}
-linux-amd64
/etcd /usr/local/bin/
# TODO: Remove the patched GOROOT when we have an official golang that has a working arm and ppc64le linker
ENV
K8S_PATCHED_GOLANG_VERSION=1.7.
1
\
ENV
K8S_PATCHED_GOLANG_VERSION=1.7.
4
\
K8S_PATCHED_GOROOT=/usr/local/go_k8s_patched
RUN
mkdir
-p
${
K8S_PATCHED_GOROOT
}
\
&&
curl
-sSL
https://github.com/golang/go/archive/go
${
K8S_PATCHED_GOLANG_VERSION
}
.tar.gz |
tar
-xz
-C
${
K8S_PATCHED_GOROOT
}
--strip-components
=
1
...
...
build-tools/build-image/cross/VERSION
View file @
dd827035
v1.7.
3-1
v1.7.
4-0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment