Skip to content

Commit 2971dee

Browse files
authored
Rename docker image (#33)
rename docker image to match dockerhub from ekumenlabs
1 parent 0da3412 commit 2971dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# Default values for configuration
5-
IMAGE_NAME="ros2-testing-workshop-roscon-es-25"
5+
IMAGE_NAME="ekumenlabs/ros2-testing-workshop-roscon-es-25"
66
ROS_DISTRO="jazzy"
77
PLATFORM="linux/amd64"
88
TAG="${ROS_DISTRO}"

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# Configuration
55
USERNAME=$(whoami)
6-
IMAGE_NAME="ros2-testing-workshop-roscon-es-25"
6+
IMAGE_NAME="ekumenlabs/ros2-testing-workshop-roscon-es-25"
77
ROS_DISTRO="jazzy"
88
TAG="${ROS_DISTRO}"
99
CONTAINER_NAME="ros2-testing-worshop-roscon-es-25-container"

0 commit comments

Comments
 (0)