Skip to content

Commit

Permalink
tag ros noetic image as ros-noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Sep 17, 2024
1 parent df80428 commit 2a6bbb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
platform: amd64
target: dev,run
image-tag: ros
image-tag: ros-noetic
base-image: rwthika/ros:noetic
command: roslaunch etsi_its_conversion converter.ros1.launch
enable-industrial-ci: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ros-noetic:
variables:
PLATFORM: amd64,arm64
TARGET: dev,run
IMAGE_TAG: ros1
IMAGE_TAG: ros-noetic
BASE_IMAGE: rwthika/ros:noetic
COMMAND: roslaunch etsi_its_conversion converter.ros1.launch
ENABLE_INDUSTRIAL_CI: 'true'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ catkin build -DCMAKE_BUILD_TYPE=Release etsi_its_messages
The *etsi_its_messages* package stack is also available as a Docker image, containerized through [*docker-ros*](https://github.com/ika-rwth-aachen/docker-ros). Note that launching these containers starts the `etsi_its_conversion` node by default.

```bash
# ROS 2 (jazzy)
docker run --rm ghcr.io/ika-rwth-aachen/etsi_its_messages:latest
# ROS 2
docker run --rm ghcr.io/ika-rwth-aachen/etsi_its_messages:ros2-jazzy

# ROS (noetic)
docker run --rm ghcr.io/ika-rwth-aachen/etsi_its_messages:ros
# ROS
docker run --rm ghcr.io/ika-rwth-aachen/etsi_its_messages:ros-noetic
```


Expand Down

0 comments on commit 2a6bbb1

Please sign in to comment.