Skip to content

Commit

Permalink
bumped version of docker compose yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledSharif committed Jun 17, 2022
1 parent 6a02f37 commit a18f99a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# No ROS Master launched, already provided by user
# ----------------------------------------------------------------------------------------------------
#
version: '2.1'
version: '2.2'
services:
iui_frontend:
# This service serves the static content that represents
Expand Down
16 changes: 8 additions & 8 deletions plugins/astrobee.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Copyright © 2021, United States Government, as represented by the Administrator of the
# Copyright © 2021, United States Government, as represented by the Administrator of the
# National Aeronautics and Space Administration. All rights reserved.
#
# The “ISAAC - Integrated System for Autonomous and Adaptive Caretaking platform” software is
# The “ISAAC - Integrated System for Autonomous and Adaptive Caretaking platform” software is
# licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
#
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under the
# License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific language governing
# Unless required by applicable law or agreed to in writing, software distributed under the
# License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific language governing
# permissions and limitations under the License.
#
# ----------------------------------------------------------------------------------------------------
# [Plugin]
# Services or service modifications needed to run the Astrobee sim
# ----------------------------------------------------------------------------------------------------
#
version: '2.1'
version: '2.2'
services:
iui_rosbridge:
# When the user wants to use the ISAAC UI with
Expand All @@ -32,6 +32,6 @@ services:
# user specify custom ROS messages.
#
image: astrobee_rosbridge
build:
build:
context: './rosbridge'
dockerfile: 'Dockerfile.astrobee'
2 changes: 1 addition & 1 deletion plugins/isaac.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Services or service modifications needed to run the ISAAC sim
# ----------------------------------------------------------------------------------------------------
#
version: '2.1'
version: '2.2'
services:
iui_rosbridge:
# When the user wants to use the ISAAC UI with
Expand Down
2 changes: 1 addition & 1 deletion plugins/ros.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# This is the ROS Master node sandboxed within the ISAAC UI docker network
# ----------------------------------------------------------------------------------------------------
#
version: '2.1'
version: '2.2'
services:
rosmaster:
image: ros:noetic
Expand Down

0 comments on commit a18f99a

Please sign in to comment.