Skip to content

Commit

Permalink
use rwthika/ros:jazzy base image for jazzy image
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Sep 16, 2024
1 parent 1a54ca9 commit 0027704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
platform: amd64
target: dev,run
image-tag: ros2
image-tag: ros2-humble
base-image: rwthika/ros2:humble
command: ros2 launch etsi_its_conversion converter.launch.py
enable-industrial-ci: 'true'
Expand All @@ -51,9 +51,8 @@ jobs:
platform: amd64
target: dev,run
image-tag: ros2-jazzy
base-image: ubuntu:24.04
ros-distro: jazzy
enable-push-as-latest: 'true'
base-image: rwthika/ros2:jazzy
command: ros2 launch etsi_its_conversion converter.launch.py
enable-industrial-ci: 'true'
enable-push-as-latest: 'true'
enable-recursive-vcs-import: 'false'
8 changes: 3 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ros2-humble:
variables:
PLATFORM: amd64,arm64
TARGET: dev,run
IMAGE_TAG: ros2
IMAGE_TAG: ros2-humble
BASE_IMAGE: rwthika/ros2:humble
COMMAND: ros2 launch etsi_its_conversion converter.launch.py
ENABLE_INDUSTRIAL_CI: 'true'
Expand Down Expand Up @@ -56,10 +56,8 @@ ros2-jazzy:
PLATFORM: amd64,arm64
TARGET: dev,run
IMAGE_TAG: ros2-jazzy
# TODO: switch to rwthika/ros2:jazzy, once available
BASE_IMAGE: ubuntu:24.04
ROS_DISTRO: jazzy
ENABLE_PUSH_AS_LATEST: 'true'
BASE_IMAGE: rwthika/ros2:jazzy
COMMAND: ros2 launch etsi_its_conversion converter.launch.py
ENABLE_INDUSTRIAL_CI: 'true'
ENABLE_PUSH_AS_LATEST: 'true'
ENABLE_RECURSIVE_VCS_IMPORT: 'false'

0 comments on commit 0027704

Please sign in to comment.