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

Revert ros sync date #791

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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 docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

REPO_PATH="$(dirname "$(pwd)")"

Expand Down
1 change: 0 additions & 1 deletion ros/humble/ubuntu/jammy/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ]
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENV ROSDISTRO_PKGS_SYNC_DATE=2024-11-04
ENV ROS_DISTRO=humble

# install ros2 packages
Expand Down
1 change: 0 additions & 1 deletion ros/iron/ubuntu/jammy/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ]
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENV ROSDISTRO_PKGS_SYNC_DATE=2024-11-01
ENV ROS_DISTRO=iron

# install ros2 packages
Expand Down
1 change: 0 additions & 1 deletion ros/jazzy/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ]
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENV ROSDISTRO_PKGS_SYNC_DATE=2024-11-21
ENV ROS_DISTRO=jazzy

# install ros2 packages
Expand Down
1 change: 0 additions & 1 deletion ros/noetic/ubuntu/focal/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN echo "deb [ signed-by=/usr/share/keyrings/ros1-latest-archive-keyring.gpg ]
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENV ROSDISTRO_PKGS_SYNC_DATE=2024-11-15
ENV ROS_DISTRO=noetic

# install ros packages
Expand Down
9 changes: 9 additions & 0 deletions ros/rolling/ubuntu/noble/desktop-full/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is an auto generated Dockerfile for ros:desktop-full
# generated from docker_images_ros2/create_ros_image.Dockerfile.em
FROM osrf/ros:rolling-desktop-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-desktop-full=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/rolling/ubuntu/noble/desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ros:rolling-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-desktop=0.11.0-1* \
ros-rolling-desktop=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/rolling/ubuntu/noble/perception/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM ros:rolling-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-perception=0.11.0-1* \
ros-rolling-perception=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

2 changes: 1 addition & 1 deletion ros/rolling/ubuntu/noble/ros-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ RUN colcon mixin add default \

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-ros-base=0.11.0-1* \
ros-rolling-ros-base=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

3 changes: 1 addition & 2 deletions ros/rolling/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ RUN echo "deb [ signed-by=/usr/share/keyrings/ros2-latest-archive-keyring.gpg ]
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8

ENV ROSDISTRO_PKGS_SYNC_DATE=2024-09-26
ENV ROS_DISTRO=rolling

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-ros-core=0.11.0-1* \
ros-rolling-ros-core=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

# setup entrypoint
Expand Down
9 changes: 9 additions & 0 deletions ros/rolling/ubuntu/noble/simulation/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is an auto generated Dockerfile for ros:simulation
# generated from docker_images_ros2/create_ros_image.Dockerfile.em
FROM ros:rolling-ros-base-noble

# install ros2 packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ros-rolling-simulation=0.12.0-1* \
&& rm -rf /var/lib/apt/lists/*

14 changes: 7 additions & 7 deletions ros/ros
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GitRepo: https://github.com/osrf/docker_images.git

Tags: noetic-ros-core, noetic-ros-core-focal
Architectures: amd64, arm32v7, arm64v8
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
GitCommit: b525e9ef659ce448db6150fd5407ef62b2c5b265
Directory: ros/noetic/ubuntu/focal/ros-core

Tags: noetic-ros-base, noetic-ros-base-focal, noetic
Expand All @@ -36,7 +36,7 @@ Directory: ros/noetic/ubuntu/focal/perception

Tags: humble-ros-core, humble-ros-core-jammy
Architectures: amd64, arm64v8
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
GitCommit: b525e9ef659ce448db6150fd5407ef62b2c5b265
Directory: ros/humble/ubuntu/jammy/ros-core

Tags: humble-ros-base, humble-ros-base-jammy, humble
Expand All @@ -58,7 +58,7 @@ Directory: ros/humble/ubuntu/jammy/perception

Tags: iron-ros-core, iron-ros-core-jammy
Architectures: amd64, arm64v8
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
GitCommit: b525e9ef659ce448db6150fd5407ef62b2c5b265
Directory: ros/iron/ubuntu/jammy/ros-core

Tags: iron-ros-base, iron-ros-base-jammy, iron
Expand All @@ -80,7 +80,7 @@ Directory: ros/iron/ubuntu/jammy/perception

Tags: jazzy-ros-core, jazzy-ros-core-noble
Architectures: amd64, arm64v8
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
GitCommit: b525e9ef659ce448db6150fd5407ef62b2c5b265
Directory: ros/jazzy/ubuntu/noble/ros-core

Tags: jazzy-ros-base, jazzy-ros-base-noble, jazzy, latest
Expand All @@ -102,16 +102,16 @@ Directory: ros/jazzy/ubuntu/noble/perception

Tags: rolling-ros-core, rolling-ros-core-noble
Architectures: amd64, arm64v8
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
GitCommit: 2e9b4e3c02bff2c70271e6f0fd15d4132e8cbcbb
Directory: ros/rolling/ubuntu/noble/ros-core

Tags: rolling-ros-base, rolling-ros-base-noble, rolling
Architectures: amd64, arm64v8
GitCommit: 7f98ddd88d872299c45b60c8bcd70d4eb6665222
GitCommit: 2e9b4e3c02bff2c70271e6f0fd15d4132e8cbcbb
Directory: ros/rolling/ubuntu/noble/ros-base

Tags: rolling-perception, rolling-perception-noble
Architectures: amd64, arm64v8
GitCommit: 7f98ddd88d872299c45b60c8bcd70d4eb6665222
GitCommit: 2e9b4e3c02bff2c70271e6f0fd15d4132e8cbcbb
Directory: ros/rolling/ubuntu/noble/perception

Loading