Skip to content

Commit

Permalink
change tags to current ifm3d api version
Browse files Browse the repository at this point in the history
  • Loading branch information
dekhanra committed Apr 19, 2024
1 parent 31691f1 commit 3130cd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
##############
ARCH="amd64"
BASE_IMAGE="amd64/ros"
TAG=ifm3d-ros_133:noetic-amd64_1.1.2
TAG=ifm3d-ros_143:noetic-amd64_1.1.2

##############
# For ARM64V8:
Expand All @@ -20,7 +20,7 @@ TAG=ifm3d-ros_133:noetic-amd64_1.1.2
##############
BUILD_IMAGE_TAG="noetic"
FINAL_IMAGE_TAG="noetic-ros-core"
IFM3D_VERSION="1.3.3"
IFM3D_VERSION="1.4.3"
IFM3D_ROS_REPO="https://github.com/ifm/ifm3d-ros"
IFM3D_ROS_BRANCH="dev1.2"
UBUNTU_VERSION="20.04"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose_IPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

ifm3d_ros:
tty: true
image: ifm3d-ros_133:noetic-amd64_1.1.2
image: ifm3d-ros_143:noetic-amd64_1.1.2
restart: unless-stopped
volumes:
- ./hosts_IPC:/etc/hosts/
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose_VPU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"
services:
ifm3d_ros:
tty: true
image: ifm3d-ros_133:noetic-arm64_v8_1.1.2
image: ifm3d-ros_143:noetic-arm64_v8_1.1.2

restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose_docker_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"
services:
ifm3d_ros:
tty: true
image: ifm3d-ros_133:noetic-arm64_v8_1.1.2
image: ifm3d-ros_143:noetic-arm64_v8_1.1.2

extra_hosts:
- "dockerhost:172.20.0.1"
Expand Down

0 comments on commit 3130cd9

Please sign in to comment.