Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating gazebo/9/debian/stretch #235

Merged
merged 2 commits into from
Mar 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gazebo/9/debian/stretch/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.6.0-1* \
gazebo9=9.7.0-1* \
&& rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion gazebo/9/debian/stretch/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.6.0-1* \
gazebo9=9.7.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/debian/stretch/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.6.0-1* \
libgazebo9-dev=9.7.0-1* \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
Expand Down
2 changes: 1 addition & 1 deletion gazebo/9/debian/stretch/libgazebo9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
FROM gazebo:gzserver9-stretch
# install gazebo packages
RUN apt-get update && apt-get install -q -y \
libgazebo9-dev=9.6.0-1* \
libgazebo9-dev=9.7.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 @@ -69,12 +69,12 @@ Directory: gazebo/9/ubuntu/bionic/libgazebo9

Tags: gzserver9-stretch
Architectures: amd64, arm32v7, arm64v8
GitCommit: dbc80c8d10ef0e8259df1b9b23a5bfff26bdd5cc
GitCommit: 61ca47720bdb0823b7febfc3e4d210c80051fa9a
Directory: gazebo/9/debian/stretch/gzserver9

Tags: libgazebo9-stretch
Architectures: amd64, arm32v7, arm64v8
GitCommit: dbc80c8d10ef0e8259df1b9b23a5bfff26bdd5cc
GitCommit: 61ca47720bdb0823b7febfc3e4d210c80051fa9a
Directory: gazebo/9/debian/stretch/libgazebo9


Expand Down