Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
8a6b3d78
Commit
8a6b3d78
authored
Feb 06, 2016
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in Docker builds.
parent
99ba3dd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
manager/Dockerfile
+2
-2
Dockerfile
resourcifier/Dockerfile
+2
-2
No files found.
manager/Dockerfile
View file @
8a6b3d78
...
@@ -26,9 +26,9 @@ ENV KUBE_VERSION v1.0.5
...
@@ -26,9 +26,9 @@ ENV KUBE_VERSION v1.0.5
RUN
curl
-fsSL
-o
kubectl https://storage.googleapis.com/kubernetes-release/release/
$KUBE_VERSION
/bin/linux/amd64/kubectl
\
RUN
curl
-fsSL
-o
kubectl https://storage.googleapis.com/kubernetes-release/release/
$KUBE_VERSION
/bin/linux/amd64/kubectl
\
&&
chmod
+x kubectl
&&
chmod
+x kubectl
COPY
. "$GOPATH"/src
COPY
. "$GOPATH"/src
/github.com/kubernetes/deployment-manager
WORKDIR
"$GOPATH"/src/manager
WORKDIR
"$GOPATH"/src/
github.com/kubernetes/deployment-manager/
manager
RUN
go-wrapper download
RUN
go-wrapper download
RUN
go-wrapper
install
RUN
go-wrapper
install
...
...
resourcifier/Dockerfile
View file @
8a6b3d78
...
@@ -25,9 +25,9 @@ ENV KUBE_VERSION v1.0.5
...
@@ -25,9 +25,9 @@ ENV KUBE_VERSION v1.0.5
RUN
curl
-fsSL
-o
kubectl https://storage.googleapis.com/kubernetes-release/release/
$KUBE_VERSION
/bin/linux/amd64/kubectl
\
RUN
curl
-fsSL
-o
kubectl https://storage.googleapis.com/kubernetes-release/release/
$KUBE_VERSION
/bin/linux/amd64/kubectl
\
&&
chmod
+x kubectl
&&
chmod
+x kubectl
COPY
. "$GOPATH"/src
COPY
. "$GOPATH"/src
/github.com/kubernetes/deployment-manager
WORKDIR
"$GOPATH"/src/resourcifier
WORKDIR
"$GOPATH"/src/
github.com/kubernetes/deployment-manager/
resourcifier
RUN
go-wrapper download
RUN
go-wrapper download
RUN
go-wrapper
install
RUN
go-wrapper
install
...
...
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