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
8763501c
Commit
8763501c
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
cleanup sanity docker image
parent
1978e261
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
templates/tools/dockerfile/test/sanity/Dockerfile.template
+5
-3
5 additions, 3 deletions
templates/tools/dockerfile/test/sanity/Dockerfile.template
tools/dockerfile/test/sanity/Dockerfile
+0
-18
0 additions, 18 deletions
tools/dockerfile/test/sanity/Dockerfile
with
5 additions
and
21 deletions
templates/tools/dockerfile/test/sanity/Dockerfile.template
+
5
−
3
View file @
8763501c
...
...
@@ -32,7 +32,6 @@
FROM debian:jessie
<%include file="../../apt_get_basic.include"/>
<%include file="../../cxx_deps.include"/>
#========================
# Sanity test dependencies
RUN apt-get update && apt-get install -y python-pip
...
...
@@ -44,5 +43,8 @@
# This makes sure that the docker binary we inject has its dependencies.
RUN curl https://get.docker.com/ | sh
RUN apt-get remove --purge -y docker-engine
<%include file="../../run_tests_addons.include"/>
RUN mkdir /var/local/jenkins
# Define the default command.
CMD ["bash"]
This diff is collapsed.
Click to expand it.
tools/dockerfile/test/sanity/Dockerfile
+
0
−
18
View file @
8763501c
...
...
@@ -63,10 +63,6 @@ RUN apt-get update && apt-get install -y \
# Build profiling
RUN
apt-get update
&&
apt-get
install
-y
time
&&
apt-get clean
#=================
# C++ dependencies
RUN
apt-get update
&&
apt-get
-y
install
libgflags-dev libgtest-dev libc++-dev clang
&&
apt-get clean
#========================
# Sanity test dependencies
RUN
apt-get update
&&
apt-get
install
-y
python-pip
...
...
@@ -79,21 +75,7 @@ RUN pip install simplejson mako
RUN
curl https://get.docker.com/ | sh
RUN
apt-get remove
--purge
-y
docker-engine
# Prepare ccache
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/gcc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/g++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/cc
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/c++
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang
RUN
ln
-s
/usr/bin/ccache /usr/local/bin/clang++
#======================
# Zookeeper dependencies
# TODO(jtattermusch): is zookeeper still needed?
RUN
apt-get
install
-y
libzookeeper-mt-dev
RUN
mkdir
/var/local/jenkins
# Define the default command.
CMD
["bash"]
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