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
3b1407af
Commit
3b1407af
authored
Jul 11, 2016
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add goimports to the cross build
parent
1b1607a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Dockerfile
build/build-image/cross/Dockerfile
+4
-1
VERSION
build/build-image/cross/VERSION
+1
-1
common.sh
build/common.sh
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
3b1407af
...
...
@@ -66,7 +66,10 @@ ENV TMPDIR /tmp.k8s
RUN
mkdir
$TMPDIR
\
&&
chmod
a+rwx
$TMPDIR
\
&&
chmod
o+t
$TMPDIR
\
&&
go get golang.org/x/tools/cmd/cover github.com/tools/godep github.com/jteeuwen/go-bindata/go-bindata
&&
go get golang.org/x/tools/cmd/cover
\
golang.org/x/tools/cmd/goimports
\
github.com/tools/godep
\
github.com/jteeuwen/go-bindata/go-bindata
# Download and symlink etcd. We need this for our integration tests.
RUN
export
ETCD_VERSION
=
v2.2.1
;
\
...
...
build/build-image/cross/VERSION
View file @
3b1407af
v1.6.3-
1
v1.6.3-
2
build/common.sh
View file @
3b1407af
...
...
@@ -45,7 +45,7 @@ readonly KUBE_GCS_DELETE_EXISTING="${KUBE_GCS_DELETE_EXISTING:-n}"
# Constants
readonly
KUBE_BUILD_IMAGE_REPO
=
kube-build
readonly
KUBE_BUILD_IMAGE_CROSS_TAG
=
"
v1.6.3-1
"
readonly
KUBE_BUILD_IMAGE_CROSS_TAG
=
"
$(
cat
build/build-image/cross/VERSION
)
"
# KUBE_BUILD_DATA_CONTAINER_NAME=kube-build-data-<hash>"
# Here we map the output directories across both the local and remote _output
...
...
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