Skip to content

Commit

Permalink
Merge release/neon (4.7.0) branch into master (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Aug 28, 2024
2 parents 6ccd891 + be75530 commit ccd1a9f
Show file tree
Hide file tree
Showing 43 changed files with 106 additions and 86 deletions.
4 changes: 4 additions & 0 deletions ail_vru_uc1_scenario/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
HostVehicleParams.yaml
build-image.sh
Dockerfile
cdasim_config
5 changes: 3 additions & 2 deletions ail_vru_uc1_scenario/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
2 changes: 1 addition & 1 deletion ail_vru_uc1_scenario/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2"

services:
carma-simulation:
privileged: true
Expand Down
4 changes: 3 additions & 1 deletion carla_ground_truth_integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
4 changes: 2 additions & 2 deletions carla_ground_truth_integration/docker-compose-background.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions carla_ground_truth_integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion chrysler_pacifica_ehybrid_s_2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions chrysler_pacifica_ehybrid_s_2019/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp -R /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
4 changes: 3 additions & 1 deletion ford_fusion_sehybrid_2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
4 changes: 2 additions & 2 deletions ford_fusion_sehybrid_2019/docker-compose-background.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions ford_fusion_sehybrid_2019/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion freightliner_cascadia_2012_dot_10002/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions freightliner_cascadia_2012_dot_10002/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion freightliner_cascadia_2012_dot_10003/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions freightliner_cascadia_2012_dot_10003/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion freightliner_cascadia_2012_dot_10004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions freightliner_cascadia_2012_dot_10004/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion freightliner_cascadia_2012_dot_80550/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions freightliner_cascadia_2012_dot_80550/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
4 changes: 3 additions & 1 deletion lexus_rx_450h_2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
4 changes: 2 additions & 2 deletions lexus_rx_450h_2019/docker-compose-background.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
web-ui:
Expand Down
4 changes: 2 additions & 2 deletions lexus_rx_450h_2019/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# Docker Compose Spec Version
version: '2'



services:
roscore:
Expand Down
2 changes: 1 addition & 1 deletion traxxas_slash_4x4_platinum_2012/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOCKER_ORG=usdotfhwastol
DOCKER_TAG=carma-system-4.5.0
DOCKER_TAG=carma-system-4.5.0
4 changes: 3 additions & 1 deletion traxxas_slash_4x4_platinum_2012/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2'


services:
web-ui:
Expand Down
2 changes: 1 addition & 1 deletion traxxas_slash_4x4_platinum_2012/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: '2'


services:
roscore:
Expand Down
2 changes: 1 addition & 1 deletion xil_carma_cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
2 changes: 1 addition & 1 deletion xil_carma_cloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2"

services:
carma-simulation:
privileged: true
Expand Down
1 change: 1 addition & 0 deletions xil_cloud/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
HostVehicleParams.yaml
build-image.sh
Dockerfile
cdasim_config
2 changes: 1 addition & 1 deletion xil_cloud/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DOCKER_ORG=usdotfhwastol
DOCKER_TAG=carma-system-4.5.0
OPS_DOCKER_TAG=7.6.0
OPS_DOCKER_TAG=7.6.0
4 changes: 3 additions & 1 deletion xil_cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
2 changes: 1 addition & 1 deletion xil_cloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'

services:

carma-simulation:
Expand Down
1 change: 1 addition & 0 deletions xil_cloud_telematics/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
HostVehicleParams.yaml
build-image.sh
Dockerfile
cdasim_config
4 changes: 2 additions & 2 deletions xil_cloud_telematics/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DOCKER_ORG=usdotfhwastol
DOCKER_TAG=carma-system-4.5.0
OPS_DOCKER_TAG=7.6.0
DOCKER_TAG=carma-system-4.7.0
OPS_DOCKER_TAG=7.8.0
4 changes: 3 additions & 1 deletion xil_cloud_telematics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}

ADD . /root/vehicle/config
VOLUME /opt/carma/vehicle/config
RUN mkdir -p /opt/carma/vehicle/config
RUN cp -a /root/vehicle/config/.env /opt/carma/vehicle/config/

CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
CMD cp /root/vehicle/config/* /opt/carma/vehicle/config
Loading

0 comments on commit ccd1a9f

Please sign in to comment.