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

[ROS] Bump versions for ROS Indigo, Kinetic and Lunar #4295

Merged
merged 3 commits into from
Apr 27, 2018

Conversation

mikaelarguedas
Copy link
Contributor

Indigo: 1.1.5 -> 1.1.6
Kinetic: 1.3.1 -> 1.3.2
Lunar: 1.3.1 -> 1.3.2

@tianon
Copy link
Member

tianon commented Apr 27, 2018

FYI @tfoote

Diff:
diff --git a/ros_indigo-perception-trusty/Dockerfile b/ros_indigo-perception-trusty/Dockerfile
index 54463b9..ce356ff 100644
--- a/ros_indigo-perception-trusty/Dockerfile
+++ b/ros_indigo-perception-trusty/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:indigo-ros-base-trusty
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-indigo-perception=1.1.5-0* \
+    ros-indigo-perception=1.1.6-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_indigo-robot-trusty/Dockerfile b/ros_indigo-robot-trusty/Dockerfile
index b09107b..a1c59ed 100644
--- a/ros_indigo-robot-trusty/Dockerfile
+++ b/ros_indigo-robot-trusty/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:indigo-ros-base-trusty
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-indigo-robot=1.1.5-0* \
+    ros-indigo-robot=1.1.6-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_indigo-ros-core-trusty/Dockerfile b/ros_indigo-ros-core-trusty/Dockerfile
index 1588dc1..180339f 100644
--- a/ros_indigo-ros-core-trusty/Dockerfile
+++ b/ros_indigo-ros-core-trusty/Dockerfile
@@ -32,7 +32,7 @@ RUN rosdep init \
 # install ros packages
 ENV ROS_DISTRO indigo
 RUN apt-get update && apt-get install -y \
-    ros-indigo-ros-core=1.1.5-0* \
+    ros-indigo-ros-core=1.1.6-0* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup entrypoint
diff --git a/ros_indigo/Dockerfile b/ros_indigo/Dockerfile
index b784715..b1fb646 100644
--- a/ros_indigo/Dockerfile
+++ b/ros_indigo/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:indigo-ros-core-trusty
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-indigo-ros-base=1.1.5-0* \
+    ros-indigo-ros-base=1.1.6-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-perception-jessie/Dockerfile b/ros_kinetic-perception-jessie/Dockerfile
index 124cc6c..84129d3 100644
--- a/ros_kinetic-perception-jessie/Dockerfile
+++ b/ros_kinetic-perception-jessie/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-base-jessie
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-perception=1.3.1-0* \
+    ros-kinetic-perception=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-perception-xenial/Dockerfile b/ros_kinetic-perception-xenial/Dockerfile
index 956fb1a..bcb9493 100644
--- a/ros_kinetic-perception-xenial/Dockerfile
+++ b/ros_kinetic-perception-xenial/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-base-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-perception=1.3.1-0* \
+    ros-kinetic-perception=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-robot-jessie/Dockerfile b/ros_kinetic-robot-jessie/Dockerfile
index da1cf86..4f8a474 100644
--- a/ros_kinetic-robot-jessie/Dockerfile
+++ b/ros_kinetic-robot-jessie/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-base-jessie
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-robot=1.3.1-0* \
+    ros-kinetic-robot=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-robot-xenial/Dockerfile b/ros_kinetic-robot-xenial/Dockerfile
index 521c162..aa5d44d 100644
--- a/ros_kinetic-robot-xenial/Dockerfile
+++ b/ros_kinetic-robot-xenial/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-base-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-robot=1.3.1-0* \
+    ros-kinetic-robot=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-ros-base-jessie/Dockerfile b/ros_kinetic-ros-base-jessie/Dockerfile
index 453a47e..085a864 100644
--- a/ros_kinetic-ros-base-jessie/Dockerfile
+++ b/ros_kinetic-ros-base-jessie/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-core-jessie
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-ros-base=1.3.1-0* \
+    ros-kinetic-ros-base=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_kinetic-ros-core-jessie/Dockerfile b/ros_kinetic-ros-core-jessie/Dockerfile
index 01777d8..2d9728b 100644
--- a/ros_kinetic-ros-core-jessie/Dockerfile
+++ b/ros_kinetic-ros-core-jessie/Dockerfile
@@ -32,7 +32,7 @@ RUN rosdep init \
 # install ros packages
 ENV ROS_DISTRO kinetic
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-ros-core=1.3.1-0* \
+    ros-kinetic-ros-core=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup entrypoint
diff --git a/ros_kinetic-ros-core-xenial/Dockerfile b/ros_kinetic-ros-core-xenial/Dockerfile
index 007b384..c9076c4 100644
--- a/ros_kinetic-ros-core-xenial/Dockerfile
+++ b/ros_kinetic-ros-core-xenial/Dockerfile
@@ -32,7 +32,7 @@ RUN rosdep init \
 # install ros packages
 ENV ROS_DISTRO kinetic
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-ros-core=1.3.1-0* \
+    ros-kinetic-ros-core=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup entrypoint
diff --git a/ros_latest/Dockerfile b/ros_latest/Dockerfile
index 168f405..662c31c 100644
--- a/ros_latest/Dockerfile
+++ b/ros_latest/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:kinetic-ros-core-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-kinetic-ros-base=1.3.1-0* \
+    ros-kinetic-ros-base=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-perception-stretch/Dockerfile b/ros_lunar-perception-stretch/Dockerfile
index 08bae58..ad8c537 100644
--- a/ros_lunar-perception-stretch/Dockerfile
+++ b/ros_lunar-perception-stretch/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-base-stretch
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-perception=1.3.1-0* \
+    ros-lunar-perception=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-perception-xenial/Dockerfile b/ros_lunar-perception-xenial/Dockerfile
index b5a27cd..9f5ee53 100644
--- a/ros_lunar-perception-xenial/Dockerfile
+++ b/ros_lunar-perception-xenial/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-base-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-perception=1.3.1-0* \
+    ros-lunar-perception=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-robot-stretch/Dockerfile b/ros_lunar-robot-stretch/Dockerfile
index 7c8d564..09b4dd8 100644
--- a/ros_lunar-robot-stretch/Dockerfile
+++ b/ros_lunar-robot-stretch/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-base-stretch
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-robot=1.3.1-0* \
+    ros-lunar-robot=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-robot-xenial/Dockerfile b/ros_lunar-robot-xenial/Dockerfile
index 9fd59f7..7c72a0e 100644
--- a/ros_lunar-robot-xenial/Dockerfile
+++ b/ros_lunar-robot-xenial/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-base-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-robot=1.3.1-0* \
+    ros-lunar-robot=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-ros-base-stretch/Dockerfile b/ros_lunar-ros-base-stretch/Dockerfile
index 43dc4c8..d32ef30 100644
--- a/ros_lunar-ros-base-stretch/Dockerfile
+++ b/ros_lunar-ros-base-stretch/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-core-stretch
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-ros-base=1.3.1-0* \
+    ros-lunar-ros-base=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
diff --git a/ros_lunar-ros-core-stretch/Dockerfile b/ros_lunar-ros-core-stretch/Dockerfile
index f2213fb..4247c26 100644
--- a/ros_lunar-ros-core-stretch/Dockerfile
+++ b/ros_lunar-ros-core-stretch/Dockerfile
@@ -32,7 +32,7 @@ RUN rosdep init \
 # install ros packages
 ENV ROS_DISTRO lunar
 RUN apt-get update && apt-get install -y \
-    ros-lunar-ros-core=1.3.1-0* \
+    ros-lunar-ros-core=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup entrypoint
diff --git a/ros_lunar-ros-core-xenial/Dockerfile b/ros_lunar-ros-core-xenial/Dockerfile
index 664e370..f3776ef 100644
--- a/ros_lunar-ros-core-xenial/Dockerfile
+++ b/ros_lunar-ros-core-xenial/Dockerfile
@@ -32,7 +32,7 @@ RUN rosdep init \
 # install ros packages
 ENV ROS_DISTRO lunar
 RUN apt-get update && apt-get install -y \
-    ros-lunar-ros-core=1.3.1-0* \
+    ros-lunar-ros-core=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 
 # setup entrypoint
diff --git a/ros_lunar/Dockerfile b/ros_lunar/Dockerfile
index 6483c97..6d904ac 100644
--- a/ros_lunar/Dockerfile
+++ b/ros_lunar/Dockerfile
@@ -4,6 +4,6 @@ FROM ros:lunar-ros-core-xenial
 
 # install ros packages
 RUN apt-get update && apt-get install -y \
-    ros-lunar-ros-base=1.3.1-0* \
+    ros-lunar-ros-base=1.3.2-0* \
     && rm -rf /var/lib/apt/lists/*
 

@tianon
Copy link
Member

tianon commented Apr 27, 2018

LGTM

Build test of #4295; f74507a; amd64 (ros):

$ bashbrew build ros:indigo-ros-core
Building bashbrew/cache:a7a078e32ecae2dca4127e42e539067e43c4d724ec1178bd02416f3cee3f96a4 (ros:indigo-ros-core)
Tagging ros:indigo-ros-core
Tagging ros:indigo-ros-core-trusty

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


$ bashbrew build ros:indigo-ros-base
Building bashbrew/cache:6395dfe2ea3860020d1c3af7e130072ac491217d134a8fc78f736cfe85f2769e (ros:indigo-ros-base)
Tagging ros:indigo-ros-base
Tagging ros:indigo-ros-base-trusty
Tagging ros:indigo

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


$ bashbrew build ros:indigo-robot
Building bashbrew/cache:1ede2d2b145ecd80992de616b113b7e47199a6a031e9f22474befc841e0d7153 (ros:indigo-robot)
Tagging ros:indigo-robot
Tagging ros:indigo-robot-trusty

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


$ bashbrew build ros:indigo-perception
Building bashbrew/cache:d0aceb6fad6159b8ce929d843e0d3117c40902c1b4cbf05a3d2271549773e6a1 (ros:indigo-perception)
Tagging ros:indigo-perception
Tagging ros:indigo-perception-trusty

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


$ bashbrew build ros:kinetic-ros-core
Building bashbrew/cache:bd810838547ffedf11f5be837d75bc414d395dd5fc4e714855836f2c78b2076b (ros:kinetic-ros-core)
Tagging ros:kinetic-ros-core
Tagging ros:kinetic-ros-core-xenial

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


$ bashbrew build ros:kinetic-ros-base
Building bashbrew/cache:bd5ed7e28c0f91eb102c22eef1146d2527096080458b7a38a444f4d253c997bf (ros:kinetic-ros-base)
Tagging ros:kinetic-ros-base
Tagging ros:kinetic-ros-base-xenial
Tagging ros:kinetic
Tagging ros:latest

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


$ bashbrew build ros:kinetic-robot
Building bashbrew/cache:74349e14854ae6abe1aaf46d6c983b7d31e1e874cb1ade395826576c7a5c614a (ros:kinetic-robot)
Tagging ros:kinetic-robot
Tagging ros:kinetic-robot-xenial

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


$ bashbrew build ros:kinetic-perception
Building bashbrew/cache:ca946f196ec9a5f228afacd14fe10d4581957ea46a20cf5aafad273ebbf2de59 (ros:kinetic-perception)
Tagging ros:kinetic-perception
Tagging ros:kinetic-perception-xenial

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


$ bashbrew build ros:kinetic-ros-core-jessie
Building bashbrew/cache:6c633109add011f48c8a16a8f7f59dbdb69840c60ad098f66d94e30ae5731185 (ros:kinetic-ros-core-jessie)
Tagging ros:kinetic-ros-core-jessie

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


$ bashbrew build ros:kinetic-ros-base-jessie
Building bashbrew/cache:7fa348b6ceeeff0ea809f0ce78a0d1c8f29078ff90c9b4340f83e6d783313d5c (ros:kinetic-ros-base-jessie)
Tagging ros:kinetic-ros-base-jessie

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


$ bashbrew build ros:kinetic-robot-jessie
Building bashbrew/cache:0c87c7476ff2eaf9f4c3293b378ba4785e733261d35fe2133ec29c0237413bef (ros:kinetic-robot-jessie)
Tagging ros:kinetic-robot-jessie

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


$ bashbrew build ros:kinetic-perception-jessie
Building bashbrew/cache:2938e776ee8c5693786249214b9e8b524acb396bbf57e08c9b52377690624c55 (ros:kinetic-perception-jessie)
Tagging ros:kinetic-perception-jessie

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


$ bashbrew build ros:lunar-ros-core
Building bashbrew/cache:fb845b2f247e1c328758cc9ad5022ce6d3f4a143a1e8102e6e360fcd7a03cd83 (ros:lunar-ros-core)
Tagging ros:lunar-ros-core
Tagging ros:lunar-ros-core-xenial

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


$ bashbrew build ros:lunar-ros-base
Building bashbrew/cache:073445b5faace7be31ea72b245c5661900f371f6361491c49941e3d87416d2b7 (ros:lunar-ros-base)
Tagging ros:lunar-ros-base
Tagging ros:lunar-ros-base-xenial
Tagging ros:lunar

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


$ bashbrew build ros:lunar-robot
Building bashbrew/cache:73c9453b7c8b0f49bcba4f04899bfc549066c5c63145a2c7cd6b82be5ba7bc3d (ros:lunar-robot)
Tagging ros:lunar-robot
Tagging ros:lunar-robot-xenial

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


$ bashbrew build ros:lunar-perception
Building bashbrew/cache:fb5da4be381fa65d3df8abcda77b2bb6d158661528f0327bb80934550b34809c (ros:lunar-perception)
Tagging ros:lunar-perception
Tagging ros:lunar-perception-xenial

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


$ bashbrew build ros:lunar-ros-core-stretch
Building bashbrew/cache:56145661e685d0e2c98c6650db544f42c2ef6ce00c6ea41c4cce6203530e9a0f (ros:lunar-ros-core-stretch)
Tagging ros:lunar-ros-core-stretch

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


$ bashbrew build ros:lunar-ros-base-stretch
Building bashbrew/cache:98434b733cbbbeb5abbc3d28307e5a3e9f9f069423b3eda4122b72df6a4e7917 (ros:lunar-ros-base-stretch)
Tagging ros:lunar-ros-base-stretch

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


$ bashbrew build ros:lunar-robot-stretch
Building bashbrew/cache:0ef7260621de74118a30ec4aafad71b43920ba98eb9d7c170e5a143b646ed756 (ros:lunar-robot-stretch)
Tagging ros:lunar-robot-stretch

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


$ bashbrew build ros:lunar-perception-stretch
Building bashbrew/cache:bf2d3be9bbd5b03f5d0bed26c9dd10b313b1ab7441ac7268e704d242262521fe (ros:lunar-perception-stretch)
Tagging ros:lunar-perception-stretch

$ test/run.sh ros:lunar-perception-stretch
testing ros:lunar-perception-stretch
	'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 45e72b6 into docker-library:master Apr 27, 2018
@mikaelarguedas mikaelarguedas deleted the bump_ros_versions branch April 27, 2018 23:19
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.

4 participants