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

[gazebo] bump version for Gazebo 7 and 9 #4692

Merged
merged 1 commit into from
Aug 6, 2018

Conversation

mikaelarguedas
Copy link
Contributor

7.13.1 -> 7.14.0
9.2.0 -> 9.3.0

@tianon
Copy link
Member

tianon commented Aug 6, 2018

FYI @tfoote

Diff:
diff --git a/gazebo_gzserver7-xenial/Dockerfile b/gazebo_gzserver7-xenial/Dockerfile
index c30cb21..accab95 100644
--- a/gazebo_gzserver7-xenial/Dockerfile
+++ b/gazebo_gzserver7-xenial/Dockerfile
@@ -18,7 +18,7 @@ RUN . /etc/os-release \
 
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y \
-    gazebo7=7.13.1-1* \
+    gazebo7=7.14.0-1* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup environment
diff --git a/gazebo_gzserver9-xenial/Dockerfile b/gazebo_gzserver9-xenial/Dockerfile
index eaefa85..a7aa30f 100644
--- a/gazebo_gzserver9-xenial/Dockerfile
+++ b/gazebo_gzserver9-xenial/Dockerfile
@@ -18,7 +18,7 @@ RUN . /etc/os-release \
 
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y \
-    gazebo9=9.2.0-1* \
+    gazebo9=9.3.0-1* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup environment
diff --git a/gazebo_latest/Dockerfile b/gazebo_latest/Dockerfile
index eea77a5..f7fd956 100644
--- a/gazebo_latest/Dockerfile
+++ b/gazebo_latest/Dockerfile
@@ -3,5 +3,5 @@
 FROM gazebo:gzserver9
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y \
-    libgazebo9-dev=9.2.0-1* \
+    libgazebo9-dev=9.3.0-1* \
     && rm -rf /var/lib/apt/lists/*
diff --git a/gazebo_libgazebo7-xenial/Dockerfile b/gazebo_libgazebo7-xenial/Dockerfile
index 7a4f34b..efaa92a 100644
--- a/gazebo_libgazebo7-xenial/Dockerfile
+++ b/gazebo_libgazebo7-xenial/Dockerfile
@@ -3,5 +3,5 @@
 FROM gazebo:gzserver7
 # install gazebo packages
 RUN apt-get update && apt-get install -q -y \
-    libgazebo7-dev=7.13.1-1* \
+    libgazebo7-dev=7.14.0-1* \
     && rm -rf /var/lib/apt/lists/*

@tianon
Copy link
Member

tianon commented Aug 6, 2018

LGTM

Build test of #4692; 24b5616; amd64 (gazebo):

$ bashbrew build gazebo:gzserver4
Using bashbrew/cache:46cd7c1c93ae5e79bf7cc83c205857686908f42bf975aa281907d89454b36abc (gazebo:gzserver4)
Tagging gazebo:gzserver4
Tagging gazebo:gzserver4-trusty

$ test/run.sh gazebo:gzserver4
testing gazebo:gzserver4
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo4
Using bashbrew/cache:179cbe2f54e8de65ca35c8f16f8473d916ef8c41cce6e47f100e448e78e7a67a (gazebo:libgazebo4)
Tagging gazebo:libgazebo4
Tagging gazebo:libgazebo4-trusty

$ test/run.sh gazebo:libgazebo4
testing gazebo:libgazebo4
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:gzserver5
Using bashbrew/cache:0e8d7017fd9132ee199cede0990dd234f66778e608f52c57a6d56a51815934da (gazebo:gzserver5)
Tagging gazebo:gzserver5
Tagging gazebo:gzserver5-trusty

$ test/run.sh gazebo:gzserver5
testing gazebo:gzserver5
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo5
Using bashbrew/cache:9864208de46deba49790b544bb9bff5c8b86e9cd336dc22d4f2b434cf3157fa9 (gazebo:libgazebo5)
Tagging gazebo:libgazebo5
Tagging gazebo:libgazebo5-trusty

$ test/run.sh gazebo:libgazebo5
testing gazebo:libgazebo5
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:gzserver6
Using bashbrew/cache:4b419091f085eb1cf18a5fba737c1f5e8c02a135f1612eef81e163c91c5f2f32 (gazebo:gzserver6)
Tagging gazebo:gzserver6
Tagging gazebo:gzserver6-trusty

$ test/run.sh gazebo:gzserver6
testing gazebo:gzserver6
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo6
Using bashbrew/cache:ebbd8095e3ac69d9fbf5a684e071dafd59efc62eeb489c58b5d74e44fbec1075 (gazebo:libgazebo6)
Tagging gazebo:libgazebo6
Tagging gazebo:libgazebo6-trusty

$ test/run.sh gazebo:libgazebo6
testing gazebo:libgazebo6
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:gzserver7
Building bashbrew/cache:5f1d3697f6aeea4b36e9666dc29d1ccc64dda682069fa47e60e322eaf14de21d (gazebo:gzserver7)
Tagging gazebo:gzserver7
Tagging gazebo:gzserver7-xenial

$ test/run.sh gazebo:gzserver7
testing gazebo:gzserver7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo7
Building bashbrew/cache:9ce4880480cfa8f57a9ed0c87ea9851f091577bb0a55345492cf5242154b59e6 (gazebo:libgazebo7)
Tagging gazebo:libgazebo7
Tagging gazebo:libgazebo7-xenial

$ test/run.sh gazebo:libgazebo7
testing gazebo:libgazebo7
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:gzserver8
Building bashbrew/cache:d8f6b20ee2f37d971996d6a369c3fee3c452530abdd9070a4879eb12f42efbcd (gazebo:gzserver8)
Tagging gazebo:gzserver8
Tagging gazebo:gzserver8-xenial

$ test/run.sh gazebo:gzserver8
testing gazebo:gzserver8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo8
Building bashbrew/cache:a50163210b4b0e5a48c29b9284cb5d93f4b242aaf5e2179f226a87087bbc3a97 (gazebo:libgazebo8)
Tagging gazebo:libgazebo8
Tagging gazebo:libgazebo8-xenial

$ test/run.sh gazebo:libgazebo8
testing gazebo:libgazebo8
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:gzserver9
Building bashbrew/cache:f78edbee72779c038c4836661c0cba3786b5561a64fae1bf4f894028c08a6e9a (gazebo:gzserver9)
Tagging gazebo:gzserver9
Tagging gazebo:gzserver9-xenial

$ test/run.sh gazebo:gzserver9
testing gazebo:gzserver9
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build gazebo:libgazebo9
Building bashbrew/cache:b0c0d1cf3b5662276b0fc9ace62830d214432eaaabf46b34125794ed3a7e61c5 (gazebo:libgazebo9)
Tagging gazebo:libgazebo9
Tagging gazebo:libgazebo9-xenial
Tagging gazebo:latest

$ test/run.sh gazebo:libgazebo9
testing gazebo:libgazebo9
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@tianon tianon merged commit 151b72e into docker-library:master Aug 6, 2018
@mikaelarguedas mikaelarguedas deleted the gazebo_bump branch August 6, 2018 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants