Skip to content

Commit

Permalink
bump container tags to 2024-05-18
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed May 18, 2024
1 parent b798457 commit 4ee904d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_clang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# px4-dev-base + latest clang
#

FROM px4io/px4-dev-base-bionic:2024-05-17
FROM px4io/px4-dev-base-bionic:2024-05-18
LABEL maintainer="Daniel Agar <[email protected]>"

RUN wget --quiet http://apt.llvm.org/llvm-snapshot.gpg.key -O - | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 18.04 Bionic
#

FROM px4io/px4-dev-base-bionic:2024-05-17
FROM px4io/px4-dev-base-bionic:2024-05-18
LABEL maintainer="Daniel Agar <[email protected]>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2024-05-17
FROM px4io/px4-dev-base-focal:2024-05-18
LABEL maintainer="Daniel Agar <[email protected]>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-jammy:2024-05-17
FROM px4io/px4-dev-base-jammy:2024-05-18
LABEL maintainer="Ramón Roche <[email protected]>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx_clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Clang + NuttX development environment
#

FROM px4io/px4-dev-clang:2024-05-17
FROM px4io/px4-dev-clang:2024-05-18

RUN dpkg --add-architecture i386 \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_raspi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Raspberry Pi or Parrot Bebop
#

FROM px4io/px4-dev-base-bionic:2024-05-17
FROM px4io/px4-dev-base-bionic:2024-05-18
LABEL maintainer="Michael Schaeuble"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-melodic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 ROS development environment
#

FROM px4io/px4-dev-simulation-bionic:2024-05-17
FROM px4io/px4-dev-simulation-bionic:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

ENV ROS_DISTRO melodic
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-noetic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 ROS development environment
#

FROM px4io/px4-dev-simulation-focal:2024-05-17
FROM px4io/px4-dev-simulation-focal:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

ENV ROS_DISTRO noetic
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-dashing
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-melodic:2024-05-17
FROM px4io/px4-dev-ros-melodic:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-eloquent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-melodic:2024-05-17
FROM px4io/px4-dev-ros-melodic:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-foxy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-noetic:2024-05-17
FROM px4io/px4-dev-ros-noetic:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-galactic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-base-focal:2024-05-17
FROM px4io/px4-dev-base-focal:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-rolling
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# stable distribution." - in https://docs.ros.org/en/foxy/Releases/Release-Rolling-Ridley.html
#

FROM px4io/px4-dev-base-focal:2024-05-17
FROM px4io/px4-dev-base-focal:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo (classic) 9 / Igntion Edifice development environment in Ubuntu 18.04 Bionic
#

FROM px4io/px4-dev-base-bionic:2024-05-17
FROM px4io/px4-dev-base-bionic:2024-05-18
LABEL maintainer="Daniel Agar <[email protected]>"

RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo 11 development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2024-05-17
FROM px4io/px4-dev-base-focal:2024-05-18
LABEL maintainer="Nuno Marques <[email protected]>"

RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo 7 (Garden) development environment in Ubuntu 22.04 Jammy
#

FROM px4io/px4-dev-base-jammy:2024-05-17
FROM px4io/px4-dev-base-jammy:2024-05-18
LABEL maintainer="Thomas Debrunner <[email protected]>"

RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg \
Expand Down

0 comments on commit 4ee904d

Please sign in to comment.