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
9a0e16a0
Commit
9a0e16a0
authored
Jan 30, 2015
by
Salvatore Dario Minonne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dockerfile for etcd.2.0.0
parent
55793ac2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Dockerfile
build/build-image/Dockerfile
+3
-3
development.md
docs/devel/development.md
+1
-2
No files found.
build/build-image/Dockerfile
View file @
9a0e16a0
...
...
@@ -33,9 +33,9 @@ RUN apt-get update && apt-get install -y rsync
# Download and symlink etcd. We need this for our integration tests.
RUN
mkdir
-p
/usr/local/src/etcd
&&
\
cd
/usr/local/src/etcd
&&
\
curl
-L
-O
-s
https://github.com/coreos/etcd/releases/download/v
0.4.6/etcd-v0.4.6
-linux-amd64.tar.gz
&&
\
tar
xzf etcd-v
0.4.6
-linux-amd64.tar.gz
&&
\
ln
-s
../src/etcd/etcd-v
0.4.6
-linux-amd64/etcd /usr/local/bin/
curl
-L
-O
-s
https://github.com/coreos/etcd/releases/download/v
2.0.0/etcd-v2.0.0
-linux-amd64.tar.gz
&&
\
tar
xzf etcd-v
2.0.0
-linux-amd64.tar.gz
&&
\
ln
-s
../src/etcd/etcd-v
2.0.0
-linux-amd64/etcd /usr/local/bin/
# Mark this as a kube-build container
RUN
touch
/kube-build-image
...
...
docs/devel/development.md
View file @
9a0e16a0
...
...
@@ -136,7 +136,7 @@ godep go tool cover -html=target/c.out
## Integration tests
You need an
[
etcd
](
https://github.com/coreos/etcd/releases/tag/v
0.4.6
)
in your path, please make sure it is installed and in your
``$PATH``
.
You need an
[
etcd
](
https://github.com/coreos/etcd/releases/tag/v
2.0.0
)
in your path, please make sure it is installed and in your
``$PATH``
.
```
cd kubernetes
hack/test-integration.sh
...
...
@@ -243,4 +243,3 @@ git rebase upstream/master
```
hack/run-gendocs.sh
```
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