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
f6d8fd8b
Unverified
Commit
f6d8fd8b
authored
Sep 19, 2018
by
k8s-ci-robot
Committed by
GitHub
Sep 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #68802 from ixdy/golang-1.10.4
Update to golang 1.10.4
parents
a951ca41
10713501
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
VERSION
build/build-image/cross/VERSION
+1
-1
WORKSPACE
build/root/WORKSPACE
+1
-1
Makefile
test/images/Makefile
+1
-1
Dockerfile
test/images/sample-apiserver/Dockerfile
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
f6d8fd8b
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# This file creates a standard build environment for building cross
# This file creates a standard build environment for building cross
# platform go binary for the architecture kubernetes cares about.
# platform go binary for the architecture kubernetes cares about.
FROM
golang:1.10.
3
FROM
golang:1.10.
4
ENV
GOARM 7
ENV
GOARM 7
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
build/build-image/cross/VERSION
View file @
f6d8fd8b
v1.10.
3
-1
v1.10.
4
-1
build/root/WORKSPACE
View file @
f6d8fd8b
...
@@ -48,7 +48,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
...
@@ -48,7 +48,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
go_rules_dependencies()
go_rules_dependencies()
go_register_toolchains(
go_register_toolchains(
go_version = "1.10.
3
",
go_version = "1.10.
4
",
)
)
docker_repositories()
docker_repositories()
...
...
test/images/Makefile
View file @
f6d8fd8b
...
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
...
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
REGISTRY
?=
gcr.io/kubernetes-e2e-test-images
REGISTRY
?=
gcr.io/kubernetes-e2e-test-images
GOARM
=
7
GOARM
=
7
QEMUVERSION
=
v2.9.1
QEMUVERSION
=
v2.9.1
GOLANG_VERSION
=
1.10.
3
GOLANG_VERSION
=
1.10.
4
export
export
ifndef
WHAT
ifndef
WHAT
...
...
test/images/sample-apiserver/Dockerfile
View file @
f6d8fd8b
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
FROM
k8s.gcr.io/kube-cross:v1.10.
3
-1 as build_k8s_1_7_sample_apiserver
FROM
k8s.gcr.io/kube-cross:v1.10.
4
-1 as build_k8s_1_7_sample_apiserver
ENV
GOPATH /go
ENV
GOPATH /go
RUN
mkdir
-p
${
GOPATH
}
/src
${
GOPATH
}
/bin
RUN
mkdir
-p
${
GOPATH
}
/src
${
GOPATH
}
/bin
...
...
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