-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into humble-develop
- Loading branch information
Showing
21 changed files
with
70 additions
and
73 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
.github/workflows/docker-focal.yml → .github/workflows/docker-humble.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# This workflow will only build for Pull Requests which are opened, changed , merged | ||
# that has changes in focal folder or related files | ||
name: Docker Focal build | ||
# that has changes in humble folder or related files | ||
name: Docker Humble build | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- '**' | ||
- '!jammy/**' # Exclude jammy folder | ||
- '!noetic/**' # Exclude noetic folder | ||
jobs: | ||
# Focal 20.04 (ROS1 Noetic/ ROS2 Foxy) | ||
docker-build-focal: | ||
# Ubuntu 22.04 (ROS2 Humble) | ||
docker-build-humble: | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
file: ./focal/Dockerfile | ||
file: ./humble/Dockerfile |
12 changes: 6 additions & 6 deletions
12
.github/workflows/docker-jammy.yml → .github/workflows/docker-noetic.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# This workflow will only build for Pull Requests which are opened, changed , merged | ||
# that has changes in jammy folder or related files | ||
name: Docker Jammy build | ||
# that has changes in noetic folder or related files | ||
name: Docker Noetic build | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- '**' | ||
- '!focal/**' # Exclude focal folder | ||
- '!humble/**' # Exclude humble folder | ||
jobs: | ||
# Jammy 22.04 (ROS2 Humble) | ||
docker-build-jammy: | ||
# Ubuntu 20.04 (ROS1 Noetic) | ||
docker-build-noetic: | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
file: ./jammy/Dockerfile | ||
file: ./noetic/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# CARMABase Humble (ROS 2 Humble) | ||
CARMA Base Humble is the Docker base image for Dockerized releases and deployments of the CARMA Platform. All CARMA images should inherit from this and any dependencies of those images should be instaled in this base image to minimize system build time and final image size. | ||
|
||
Currently this CARMA Base image is built on Ubuntu 22.04 LTS (Jammy Jellyfish). It supports ROS 2 Humble. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# CARMABase Focal (ROS Noetic) | ||
# CARMABase Noetic (ROS Noetic) | ||
CARMA Base is the Docker base image for Dockerized releases and deployments of the CARMA Platform. All CARMA images should inherit from this and any dependencies of those images should be instaled in this base image to minimize system build time and final image size. | ||
|
||
Currently this CARMA Base image is built on Ubuntu 20.04 LTS (Focal Fossa). It supports ROS Noetic. |
File renamed without changes.
File renamed without changes.
0
focal/init-env.sh → noetic/init-env.sh
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.