Skip to content

Commit

Permalink
Merge pull request #695 from osrf/bump_gazebo
Browse files Browse the repository at this point in the history
Bump gazebo11
mikaelarguedas authored Oct 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents bd7b019 + 3b4ded4 commit 7b2bd8a
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzclient11/Dockerfile
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
gazebo11=11.13.0-1* \
gazebo11=11.14.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzserver11/Dockerfile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ RUN . /etc/os-release \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
gazebo11=11.13.0-1* \
gazebo11=11.14.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup environment
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/gzweb11/Dockerfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
libgazebo11-dev=11.13.0-1* \
libgazebo11-dev=11.14.0-1* \
&& rm -rf /var/lib/apt/lists/*

# clone gzweb
2 changes: 1 addition & 1 deletion gazebo/11/ubuntu/focal/libgazebo11/Dockerfile
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@ FROM gazebo:gzserver11-focal

# install gazebo packages
RUN apt-get update && apt-get install -y --no-install-recommends \
libgazebo11-dev=11.13.0-1* \
libgazebo11-dev=11.14.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
@@ -9,11 +9,11 @@ GitRepo: https://github.com/osrf/docker_images.git

Tags: gzserver11, gzserver11-focal
Architectures: amd64
GitCommit: 99ff497288ca42e33d777a0d04fb8c026aca2f40
GitCommit: 532c4f1af8c9dadb54b0c9769543c67c40c0c84f
Directory: gazebo/11/ubuntu/focal/gzserver11

Tags: libgazebo11, libgazebo11-focal, latest
Architectures: amd64
GitCommit: 99ff497288ca42e33d777a0d04fb8c026aca2f40
GitCommit: 532c4f1af8c9dadb54b0c9769543c67c40c0c84f
Directory: gazebo/11/ubuntu/focal/libgazebo11

0 comments on commit 7b2bd8a

Please sign in to comment.