Skip to content

Commit

Permalink
Merge pull request #775 from osrf/ros_sync_date
Browse files Browse the repository at this point in the history
Add ROS_SYNC_DATE to dockerfile busting cache for each sync
  • Loading branch information
mikaelarguedas authored Nov 22, 2024
2 parents 0d43c1b + 42cd8db commit d95755e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions ros/humble/ubuntu/jammy/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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: 1 addition & 0 deletions ros/iron/ubuntu/jammy/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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: 1 addition & 0 deletions ros/jazzy/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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: 1 addition & 0 deletions ros/noetic/ubuntu/focal/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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
1 change: 1 addition & 0 deletions ros/rolling/ubuntu/noble/ros-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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
Expand Down
10 changes: 5 additions & 5 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: 0ebcf40b638509a1ddaeb171259f789060cbcf0e
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
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: 0ebcf40b638509a1ddaeb171259f789060cbcf0e
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
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: 0ebcf40b638509a1ddaeb171259f789060cbcf0e
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
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: 0ebcf40b638509a1ddaeb171259f789060cbcf0e
GitCommit: cf1c3c02d0657c05b8b19ac98d58895ff79c989c
Directory: ros/jazzy/ubuntu/noble/ros-core

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

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

Tags: rolling-ros-base, rolling-ros-base-noble, rolling
Expand Down

0 comments on commit d95755e

Please sign in to comment.