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
348ca76c
Commit
348ca76c
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
hotfix for sanity tests
parent
336292d2
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
+3
-6
3 additions, 6 deletions
templates/tools/dockerfile/test/sanity/Dockerfile.template
tools/dockerfile/test/sanity/Dockerfile
+3
-5
3 additions, 5 deletions
tools/dockerfile/test/sanity/Dockerfile
with
6 additions
and
11 deletions
templates/tools/dockerfile/test/sanity/Dockerfile.template
+
3
−
6
View file @
348ca76c
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FROM
debian:jessie
FROM
ubuntu:15.10
<%include file="../../apt_get_basic.include"/>
<%include file="../../apt_get_basic.include"/>
#========================
#========================
...
@@ -46,10 +46,8 @@
...
@@ -46,10 +46,8 @@
#======================================
#======================================
# More sanity test dependencies (bazel)
# More sanity test dependencies (bazel)
RUN echo "deb http://httpredir.debian.org/debian jessie-backports main" > \
RUN apt-get install -y openjdk-8-jdk
/etc/apt/sources.list.d/backports.list
# TOOD(jtattermusch): pin the bazel version
RUN apt-get update
RUN apt-get -t jessie-backports install -y openjdk-8-jdk
RUN git clone https://github.com/bazelbuild/bazel.git /bazel
RUN git clone https://github.com/bazelbuild/bazel.git /bazel
RUN cd /bazel && ./compile.sh
RUN cd /bazel && ./compile.sh
RUN ln -s /bazel/output/bazel /bin/
RUN ln -s /bazel/output/bazel /bin/
...
@@ -58,7 +56,6 @@
...
@@ -58,7 +56,6 @@
# Docker "inception"
# Docker "inception"
# Note this is quite the ugly hack.
# Note this is quite the ugly hack.
# This makes sure that the docker binary we inject has its dependencies.
# This makes sure that the docker binary we inject has its dependencies.
RUN apt-get install libsystemd-journal0
RUN curl https://get.docker.com/ | sh
RUN curl https://get.docker.com/ | sh
RUN apt-get remove --purge -y docker-engine
RUN apt-get remove --purge -y docker-engine
...
...
This diff is collapsed.
Click to expand it.
tools/dockerfile/test/sanity/Dockerfile
+
3
−
5
View file @
348ca76c
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FROM
debian:jessie
FROM
ubuntu:15.10
# Install Git and basic packages.
# Install Git and basic packages.
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
...
@@ -77,9 +77,8 @@ RUN pip install simplejson mako
...
@@ -77,9 +77,8 @@ RUN pip install simplejson mako
#======================================
#======================================
# More sanity test dependencies (bazel)
# More sanity test dependencies (bazel)
RUN
echo
"deb http://httpredir.debian.org/debian jessie-backports main"
>
/etc/apt/sources.list.d/backports.list
RUN
apt-get
install
-y
openjdk-8-jdk
RUN
apt-get update
# TOOD(jtattermusch): pin the bazel version
RUN
apt-get
-t
jessie-backports
install
-y
openjdk-8-jdk
RUN
git clone https://github.com/bazelbuild/bazel.git /bazel
RUN
git clone https://github.com/bazelbuild/bazel.git /bazel
RUN
cd
/bazel
&&
./compile.sh
RUN
cd
/bazel
&&
./compile.sh
RUN
ln
-s
/bazel/output/bazel /bin/
RUN
ln
-s
/bazel/output/bazel /bin/
...
@@ -88,7 +87,6 @@ RUN ln -s /bazel/output/bazel /bin/
...
@@ -88,7 +87,6 @@ RUN ln -s /bazel/output/bazel /bin/
# Docker "inception"
# Docker "inception"
# Note this is quite the ugly hack.
# Note this is quite the ugly hack.
# This makes sure that the docker binary we inject has its dependencies.
# This makes sure that the docker binary we inject has its dependencies.
RUN
apt-get
install
libsystemd-journal0
RUN
curl https://get.docker.com/ | sh
RUN
curl https://get.docker.com/ | sh
RUN
apt-get remove
--purge
-y
docker-engine
RUN
apt-get remove
--purge
-y
docker-engine
...
...
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