-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 dashing and foxy package version #8427
Merged
tianon
merged 2 commits into
docker-library:master
from
ros-infrastructure:dashing_update
Jul 24, 2020
Merged
[ros] bump dashing and foxy package version #8427
tianon
merged 2 commits into
docker-library:master
from
ros-infrastructure:dashing_update
Jul 24, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Diff for fde2844:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ff483cc..e74fb4c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,7 +3,7 @@ GitRepo: https://github.com/osrf/docker_images.git
Tags: dashing-ros-core, dashing-ros-core-bionic
Architectures: amd64, arm32v7, arm64v8
-GitCommit: 0b33e61b5bbed5b93b9fba2d5bae5db604ff9b58
+GitCommit: 0eae97e0fa2b34e99d684d88565553b1d67cc590
Directory: ros/dashing/ubuntu/bionic/ros-core
Tags: eloquent-ros-core, eloquent-ros-core-bionic
@@ -13,7 +13,7 @@ Directory: ros/eloquent/ubuntu/bionic/ros-core
Tags: foxy-ros-core, foxy-ros-core-focal
Architectures: amd64, arm64v8
-GitCommit: 03c81bdfa9d3b185ac009d9a8ecea26ccd85e179
+GitCommit: 30496b03a10f37d3ee54d5df672a0c27e0ab3952
Directory: ros/foxy/ubuntu/focal/ros-core
Tags: kinetic-ros-core, kinetic-ros-core-xenial
@@ -48,7 +48,7 @@ Directory: ros/rolling/ubuntu/focal/ros-core
Tags: dashing-ros-base, dashing-ros-base-bionic, dashing
Architectures: amd64, arm32v7, arm64v8
-GitCommit: 0b33e61b5bbed5b93b9fba2d5bae5db604ff9b58
+GitCommit: 0eae97e0fa2b34e99d684d88565553b1d67cc590
Directory: ros/dashing/ubuntu/bionic/ros-base
Tags: eloquent-ros-base, eloquent-ros-base-bionic, eloquent
@@ -58,7 +58,7 @@ Directory: ros/eloquent/ubuntu/bionic/ros-base
Tags: foxy-ros-base, foxy-ros-base-focal, foxy, latest
Architectures: amd64, arm64v8
-GitCommit: 03c81bdfa9d3b185ac009d9a8ecea26ccd85e179
+GitCommit: 30496b03a10f37d3ee54d5df672a0c27e0ab3952
Directory: ros/foxy/ubuntu/focal/ros-base
Tags: kinetic-ros-base, kinetic-ros-base-xenial, kinetic
@@ -93,7 +93,7 @@ Directory: ros/rolling/ubuntu/focal/ros-base
Tags: dashing-ros1-bridge, dashing-ros1-bridge-bionic
Architectures: amd64, arm32v7, arm64v8
-GitCommit: b6ac6f8488dc48ddc9715ccee93bade072395ff1
+GitCommit: 0eae97e0fa2b34e99d684d88565553b1d67cc590
Directory: ros/dashing/ubuntu/bionic/ros1-bridge
Tags: eloquent-ros1-bridge, eloquent-ros1-bridge-bionic
@@ -103,7 +103,7 @@ Directory: ros/eloquent/ubuntu/bionic/ros1-bridge
Tags: foxy-ros1-bridge, foxy-ros1-bridge-focal
Architectures: amd64, arm64v8
-GitCommit: c71d7177eaad534e42307b4e7ab7e30078c884de
+GitCommit: 30496b03a10f37d3ee54d5df672a0c27e0ab3952
Directory: ros/foxy/ubuntu/focal/ros1-bridge
Tags: kinetic-perception, kinetic-perception-xenial
diff --git a/ros_dashing-ros-core-bionic/Dockerfile b/ros_dashing-ros-core-bionic/Dockerfile
index 4e6ba4d..95d7bcc 100644
--- a/ros_dashing-ros-core-bionic/Dockerfile
+++ b/ros_dashing-ros-core-bionic/Dockerfile
@@ -29,7 +29,7 @@ ENV ROS_DISTRO dashing
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-dashing-ros-core=0.7.3-1* \
+ ros-dashing-ros-core=0.7.4-1* \
&& rm -rf /var/lib/apt/lists/*
# setup entrypoint
diff --git a/ros_dashing-ros1-bridge-bionic/Dockerfile b/ros_dashing-ros1-bridge-bionic/Dockerfile
index 2555c8d..01da9c2 100644
--- a/ros_dashing-ros1-bridge-bionic/Dockerfile
+++ b/ros_dashing-ros1-bridge-bionic/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-dashing-ros1-bridge=0.7.5-1* \
+ ros-dashing-ros1-bridge=0.7.6-1* \
ros-dashing-demo-nodes-cpp=0.7.9-1* \
ros-dashing-demo-nodes-py=0.7.9-1* \
&& rm -rf /var/lib/apt/lists/*
diff --git a/ros_dashing/Dockerfile b/ros_dashing/Dockerfile
index 340bbbd..54d49c5 100644
--- a/ros_dashing/Dockerfile
+++ b/ros_dashing/Dockerfile
@@ -26,6 +26,6 @@ RUN colcon mixin add default \
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-dashing-ros-base=0.7.3-1* \
+ ros-dashing-ros-base=0.7.4-1* \
&& rm -rf /var/lib/apt/lists/*
diff --git a/ros_foxy-ros-core-focal/Dockerfile b/ros_foxy-ros-core-focal/Dockerfile
index 273abb0..fc6c1fc 100644
--- a/ros_foxy-ros-core-focal/Dockerfile
+++ b/ros_foxy-ros-core-focal/Dockerfile
@@ -29,7 +29,7 @@ ENV ROS_DISTRO foxy
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-foxy-ros-core=0.9.1-1* \
+ ros-foxy-ros-core=0.9.2-1* \
&& rm -rf /var/lib/apt/lists/*
# setup entrypoint
diff --git a/ros_foxy-ros1-bridge-focal/Dockerfile b/ros_foxy-ros1-bridge-focal/Dockerfile
index ad77be2..41f0160 100644
--- a/ros_foxy-ros1-bridge-focal/Dockerfile
+++ b/ros_foxy-ros1-bridge-focal/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-foxy-ros1-bridge=0.9.2-1* \
+ ros-foxy-ros1-bridge=0.9.3-1* \
ros-foxy-demo-nodes-cpp=0.9.3-1* \
ros-foxy-demo-nodes-py=0.9.3-1* \
&& rm -rf /var/lib/apt/lists/*
diff --git a/ros_latest/Dockerfile b/ros_latest/Dockerfile
index a528e9b..1dee5eb 100644
--- a/ros_latest/Dockerfile
+++ b/ros_latest/Dockerfile
@@ -26,6 +26,6 @@ RUN colcon mixin add default \
# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
- ros-foxy-ros-base=0.9.1-1* \
+ ros-foxy-ros-base=0.9.2-1* \
&& rm -rf /var/lib/apt/lists/*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dashing:
Foxy: