Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
00e9c60c
Commit
00e9c60c
authored
9 years ago
by
Hongwei Wang
Browse files
Options
Downloads
Patches
Plain Diff
Update zookeeper in docker file again
parent
5c9bbfbf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/jenkins/grpc_jenkins_slave/Dockerfile
+1
-1
1 addition, 1 deletion
tools/jenkins/grpc_jenkins_slave/Dockerfile
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
+10
-0
10 additions, 0 deletions
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
with
11 additions
and
1 deletion
tools/jenkins/grpc_jenkins_slave/Dockerfile
+
1
−
1
View file @
00e9c60c
...
@@ -153,7 +153,7 @@ RUN apt-get update && apt-get install -y \
...
@@ -153,7 +153,7 @@ RUN apt-get update && apt-get install -y \
RUN
wget http://mirror.olnevhost.net/pub/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
RUN
wget http://mirror.olnevhost.net/pub/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
RUN
tar
xvf zookeeper-3.4.6.tar.gz
RUN
tar
xvf zookeeper-3.4.6.tar.gz
RUN
cd
zookeeper-3.4.6/src/c
&&
./configure
&&
make
install
RUN
cd
zookeeper-3.4.6/src/c
&&
./configure
&&
make
install
&&
ldconfig
RUN
mkdir
/var/local/jenkins
RUN
mkdir
/var/local/jenkins
...
...
This diff is collapsed.
Click to expand it.
tools/jenkins/grpc_jenkins_slave_32bits/Dockerfile
+
10
−
0
View file @
00e9c60c
...
@@ -146,6 +146,16 @@ RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -
...
@@ -146,6 +146,16 @@ RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
git php5 php5-dev phpunit unzip
git php5 php5-dev phpunit unzip
##################
# Zookeeper dependencies
# Install dependencies
RUN
wget http://mirror.olnevhost.net/pub/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
RUN
tar
xvf zookeeper-3.4.6.tar.gz
RUN
cd
zookeeper-3.4.6/src/c
&&
./configure
&&
make
install
&&
ldconfig
RUN
mkdir
/var/local/jenkins
RUN
mkdir
/var/local/jenkins
# Define the default command.
# Define the default command.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment