Skip to content

Commit

Permalink
Remove outdated demos dockers (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: acuadros95 <[email protected]>
  • Loading branch information
Acuadros95 authored Jun 9, 2023
1 parent 80ba139 commit bfc555b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 75 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_agent_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- ros_distribution: foxy
branch: foxy
- ros_distribution: galactic
branch: galactic
- ros_distribution: humble
branch: humble
- ros_distribution: iron
branch: iron
- ros_distribution: rolling
branch: main
branch: rolling
steps:
- uses: actions/checkout@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/generate_base_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- ros_distribution: foxy
branch: foxy
- ros_distribution: galactic
branch: galactic
- ros_distribution: humble
branch: humble
- ros_distribution: iron
branch: iron
- ros_distribution: rolling
branch: main
branch: rolling
steps:
- uses: actions/checkout@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/generate_libgen_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
- ros_distribution: foxy
branch: foxy
- ros_distribution: galactic
branch: galactic
- ros_distribution: humble
branch: humble
- ros_distribution: iron
branch: iron
- ros_distribution: rolling
branch: main
branch: rolling
steps:
- uses: actions/checkout@v3
with:
Expand Down
13 changes: 0 additions & 13 deletions Demo-Kobuki-Firmware/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions Demo-Kobuki/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions Demo-Kobuki/demo_kobuki_entrypoint.sh

This file was deleted.

2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ros:rolling

WORKDIR /uros_ws

RUN git clone --depth 1 -b main https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup \
RUN git clone --depth 1 -b rolling https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup \
&& . /opt/ros/$ROS_DISTRO/setup.sh \
&& apt update \
&& apt install -y ed python3-pip \
Expand Down
18 changes: 0 additions & 18 deletions micro-ROS-Olimex-NuttX/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion micro-ROS-static-library-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt update \
&& rm -rf xtensa-esp32-elf-gcc8_4_0-esp-2021r2-linux-amd64.tar.gz

# Install micro-ROS
RUN git clone -b main https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build \
RUN git clone -b rolling https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build \
&& . /opt/ros/$ROS_DISTRO/setup.sh \
&& apt update \
&& apt install -y rsync python3-pip python3-nose clang-format pyflakes3 python3-mypy python3-pytest-mock gperf ros-$ROS_DISTRO-osrf-testing-tools-cpp python3-lttng ros-$ROS_DISTRO-mimick-vendor python3-babeltrace \
Expand Down

0 comments on commit bfc555b

Please sign in to comment.