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
47b0aee2
Commit
47b0aee2
authored
Apr 07, 2017
by
Manjunath A Kumatagi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump K8S_GOLANG_EDGE_VERSION to 1.8.1
parent
12fbc908
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
VERSION
build/build-image/cross/VERSION
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
47b0aee2
...
...
@@ -79,7 +79,7 @@ RUN export ETCD_VERSION=v3.0.17; \
&&
ln
-s
../src/etcd/etcd-
${
ETCD_VERSION
}
-linux-amd64
/etcd /usr/local/bin/
# TODO: Remove the need for two golang versions; when we use go1.8 for all other builds we can remove this
ENV
K8S_GOLANG_EDGE_VERSION=1.8
rc2
\
ENV
K8S_GOLANG_EDGE_VERSION=1.8
.1
\
K8S_EDGE_GOROOT=/usr/local/go_k8s_edge
RUN
mkdir
-p
${
K8S_EDGE_GOROOT
}
\
&&
curl
-sSL
https://golang.org/dl/go
${
K8S_GOLANG_EDGE_VERSION
}
.linux-amd64.tar.gz |
tar
-xz
-C
${
K8S_EDGE_GOROOT
}
--strip-components
=
1
...
...
build/build-image/cross/VERSION
View file @
47b0aee2
v1.7.5-
2
v1.7.5-
3
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