Skip to content

Commit

Permalink
Merge pull request #172 from osrf-docker-builder/gazebo/9/ubuntu/xenial
Browse files Browse the repository at this point in the history
Updating gazebo/9/ubuntu/xenial
tests passing
  • Loading branch information
ruffsl authored Jul 16, 2018
2 parents 1013056 + f4e9973 commit f610bf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzclient9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN apt-get update && apt-get install -q -y \

# install gazebo packages
RUN apt-get update && apt-get install -q -y \
gazebo9=9.1.1-1* \
gazebo9=9.2.0-1* \
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzserver9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN . /etc/os-release \

# install gazebo packages
RUN apt-get update && apt-get install -q -y \
gazebo9=9.1.1-1* \
gazebo9=9.2.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/gzweb9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -q -y \

# install gazebo packages
RUN apt-get update && apt-get install -q -y \
libgazebo9-dev=9.1.1-1* \
libgazebo9-dev=9.2.0-1* \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/ubuntu/xenial/libgazebo9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
FROM gazebo:gzserver9
# install gazebo packages
RUN apt-get update && apt-get install -q -y \
libgazebo9-dev=9.1.1-1* \
libgazebo9-dev=9.2.0-1* \
&& rm -rf /var/lib/apt/lists/*
4 changes: 2 additions & 2 deletions gazebo/gazebo
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ Directory: gazebo/8/ubuntu/xenial/libgazebo8

Tags: gzserver9, gzserver9-xenial
Architectures: amd64
GitCommit: 12f5819139c90d3f9709ad2bddfd75235a840153
GitCommit: e89903c18f62ffe10f00dd93c6dc0317b04075d0
Directory: gazebo/9/ubuntu/xenial/gzserver9

Tags: libgazebo9, libgazebo9-xenial, latest
Architectures: amd64
GitCommit: 12f5819139c90d3f9709ad2bddfd75235a840153
GitCommit: e89903c18f62ffe10f00dd93c6dc0317b04075d0
Directory: gazebo/9/ubuntu/xenial/libgazebo9

0 comments on commit f610bf5

Please sign in to comment.