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
c3de31c8
Unverified
Commit
c3de31c8
authored
Feb 21, 2017
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump golang versions to 1.7.5
parent
6a65964d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
VERSION
build/build-image/cross/VERSION
+1
-1
Makefile
build/cni/Makefile
+1
-1
Makefile
cluster/images/etcd-version-monitor/Makefile
+2
-2
Makefile
cluster/images/etcd/Makefile
+1
-1
Makefile
test/images/serve_hostname/Makefile
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
c3de31c8
...
...
@@ -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.
4
FROM
golang:1.7.
5
ENV
GOARM 7
ENV
KUBE_DYNAMIC_CROSSPLATFORMS \
...
...
build/build-image/cross/VERSION
View file @
c3de31c8
v1.7.
4-2
v1.7.
5-1
build/cni/Makefile
View file @
c3de31c8
...
...
@@ -22,7 +22,7 @@ CNI_RELEASE?=07a8a28637e97b22eb8dfe710eeae1344f69d16e
CNI_TARBALL
=
cni-
$(ARCH)
-
$(CNI_RELEASE)
.tar.gz
CUR_DIR
=
$(
shell
pwd
)
OUTPUT_DIR
=
$(CUR_DIR)
/output
GOLANG_VERSION
=
1.7.
4
GOLANG_VERSION
=
1.7.
5
all
:
build
...
...
cluster/images/etcd-version-monitor/Makefile
View file @
c3de31c8
...
...
@@ -15,10 +15,10 @@
# Build the etcd-version-monitor image
#
# Usage:
# [GOLANG_VERSION=1.7.
4
] [REGISTRY=gcr.io/google-containers] [TAG=test] make (build|push)
# [GOLANG_VERSION=1.7.
5
] [REGISTRY=gcr.io/google-containers] [TAG=test] make (build|push)
# TODO(shyamjvs): Support architectures other than amd64 if needed.
ARCH
:=
amd64
GOLANG_VERSION
?=
1.7.
4
GOLANG_VERSION
?=
1.7.
5
REGISTRY
?=
gcr.io/google-containers
TAG
?=
0.1.0
IMAGE
:=
$(REGISTRY)
/etcd-version-monitor:
$(TAG)
...
...
cluster/images/etcd/Makefile
View file @
c3de31c8
...
...
@@ -30,7 +30,7 @@ TAGS?=2.2.1 2.3.7 3.0.14
REGISTRY_TAG
?=
3.0.14
ARCH
?=
amd64
REGISTRY
?=
gcr.io/google_containers
GOLANG_VERSION
?=
1.7.
4
GOLANG_VERSION
?=
1.7.
5
GOARM
=
7
TEMP_DIR
:=
$(
shell
mktemp
-d
)
...
...
test/images/serve_hostname/Makefile
View file @
c3de31c8
...
...
@@ -31,7 +31,7 @@ ALL_ARCH = amd64 arm arm64 ppc64le s390x
GOARM
=
7
TEMP_DIR
:=
$(
shell
mktemp
-d
)
GOLANG_VERSION
=
1.7.
4
GOLANG_VERSION
=
1.7.
5
BIN
=
serve_hostname
SRCS
=
serve_hostname.go
...
...
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